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-25 03:29:59 +08:00
Code
Issues
Actions
35
Packages
Projects
Releases
Wiki
Activity
197c424e54
ant-design
/
components
/
table
/
index.tsx
6 lines
82 B
TypeScript
Raw
Normal View
History
Unescape
Escape
refactor: rename table/index.jsx to table/Table.jsx
2016-06-19 10:56:42 +08:00
import
Table
from
'./Table'
;
Add table demos
2015-07-09 11:41:36 +08:00
Fix implicit any error for Table
2017-11-21 13:48:37 +08:00
export
*
from
'./interface'
;
export components interface (#7654) * export components interface * export specific props * fix formItem missed import
2017-09-25 22:14:49 +08:00
refactor: rename table/index.jsx to table/Table.jsx
2016-06-19 10:56:42 +08:00
export
default
Table
;
Reference in New Issue
Copy Permalink