UNPKG

@gizwits/vantui

Version:

机智云组件库

9 lines (6 loc) 159 B
import { FunctionComponent } from 'react' interface ShapeType { style: any } declare const Shape: FunctionComponent<ShapeType> export { Shape, ShapeType }