@fesjs/fes-design
Version:
fes-design for PC
8 lines (7 loc) • 351 B
TypeScript
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;