This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
ant-design
Watch
1
Star
0
Fork
0
You've already forked ant-design
mirror of
https://github.com/ant-design/ant-design.git
synced
2024-11-26 20:20:00 +08:00
Code
Issues
Actions
18
Packages
Projects
Releases
Wiki
Activity
35e9475e4e
ant-design
/
components
/
col
/
index.tsx
6 lines
102 B
TypeScript
Raw
Normal View
History
Unescape
Escape
export components interface (#7654) * export components interface * export specific props * fix formItem missed import
2017-09-25 22:14:49 +08:00
import
{
Col
,
ColProps
,
ColSize
}
from
'../grid'
;
export
{
ColProps
,
ColSize
}
;
move col row input into indepent dirctories, remove antd.ButtonGroup
2015-11-20 18:21:59 +08:00
export
default
Col
;
Reference in New Issue
Copy Permalink