UNPKG

@pisell/layout

Version:

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

6 lines (5 loc) 232 B
import { ForwardRefExoticComponent } from 'react'; import { SectionProps, TypeMark } from './types'; type ISection = ForwardRefExoticComponent<SectionProps> & TypeMark; declare const RefSection: ISection; export default RefSection;