UNPKG

@fesjs/fes-design

Version:
8 lines (7 loc) 269 B
import type { SFCWithInstall } from '../_util/interface'; import Text from './text'; type TextType = SFCWithInstall<typeof Text>; export { textProps } from './props'; export type { TextProps } from './props'; export declare const FText: TextType; export default FText;