Files
inji-wallet/components/ui/index.ts

4 lines
138 B
TypeScript

export { Text } from './Text';
export { Button } from './Button';
export { Row, Column, Centered, HorizontallyCentered } from './Layout';