mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 19:50:05 +08:00
f6c0e69af5
* Cleanup npm scripts * Lint fix * Don't need ignore js files * Upgrade jest * Add components index.tsx test
55 lines
700 B
Plaintext
55 lines
700 B
Plaintext
exports[`antd exports modules correctly 1`] = `
|
|
Array [
|
|
"Affix",
|
|
"Anchor",
|
|
"AutoComplete",
|
|
"Alert",
|
|
"BackTop",
|
|
"Badge",
|
|
"Breadcrumb",
|
|
"Button",
|
|
"Calendar",
|
|
"Card",
|
|
"Collapse",
|
|
"Carousel",
|
|
"Cascader",
|
|
"Checkbox",
|
|
"Col",
|
|
"DatePicker",
|
|
"Dropdown",
|
|
"Form",
|
|
"Icon",
|
|
"Input",
|
|
"InputNumber",
|
|
"Layout",
|
|
"LocaleProvider",
|
|
"message",
|
|
"Menu",
|
|
"Modal",
|
|
"notification",
|
|
"Pagination",
|
|
"Popconfirm",
|
|
"Popover",
|
|
"Progress",
|
|
"Radio",
|
|
"Rate",
|
|
"Row",
|
|
"Select",
|
|
"Slider",
|
|
"Spin",
|
|
"Steps",
|
|
"Switch",
|
|
"Table",
|
|
"Transfer",
|
|
"Tree",
|
|
"TreeSelect",
|
|
"Tabs",
|
|
"Tag",
|
|
"TimePicker",
|
|
"Timeline",
|
|
"Tooltip",
|
|
"Mention",
|
|
"Upload",
|
|
]
|
|
`;
|