6 lines
75 B
TypeScript
6 lines
75 B
TypeScript
import { Text } from './text'
|
|
|
|
export * from './text'
|
|
|
|
export default Text
|