UNPKG

@fesjs/fes-design

Version:
9 lines (6 loc) 205 B
import './style'; import { withInstall } from '../_util/withInstall'; import Text from './text'; export { textProps } from './props'; const FText = withInstall(Text); export { FText, FText as default };