UNPKG

@fesjs/fes-design

Version:
8 lines (7 loc) 351 B
import type { SFCWithInstall } from '../_util/interface'; import TextHighlight from './text-highlight'; export { textHighlightProps } from './props'; export type { TextHighlightProps } from './props'; type TextHighlightType = SFCWithInstall<typeof TextHighlight>; export declare const FTextHighlight: TextHighlightType; export default FTextHighlight;