mirror of
https://github.com/zhigang1992/react.git
synced 2026-03-27 22:54:38 +08:00
6 lines
106 B
TypeScript
6 lines
106 B
TypeScript
import Col from './col'
|
|
import { ColProps } from './col'
|
|
|
|
export type Props = ColProps
|
|
export default Col
|