UNPKG

@pisell/layout

Version:

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

6 lines (5 loc) 208 B
import { ForwardRefExoticComponent } from 'react'; import { RowProps, TypeMark } from './types'; type IRow = ForwardRefExoticComponent<RowProps> & TypeMark; declare const RefRow: IRow; export default RefRow;