UNPKG

@pisell/layout

Version:

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

6 lines (5 loc) 214 B
import { ForwardRefExoticComponent } from 'react'; import { CellProps, TypeMark } from './types'; type ICell = ForwardRefExoticComponent<CellProps> & TypeMark; declare const RefCell: ICell; export default RefCell;