UNPKG

@pisell/layout

Version:

基于 Fusion 设计系统的自然布局体系

9 lines (8 loc) 262 B
/** * 段落 */ import { ForwardRefExoticComponent } from 'react'; import { ParagraphProps, TypeMark } from './types'; type IParagraph = ForwardRefExoticComponent<ParagraphProps> & TypeMark; declare const RefParagraph: IParagraph; export default RefParagraph;