-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
73 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,64 @@ | ||
// 方便控制打包时该资源放在最顶部 | ||
import '../assets/css/index.less'; | ||
|
||
export { default as Affix } from './Affix/index.tsx'; | ||
export { default as Alert } from './Alert/index.tsx'; | ||
export { default as Anchor } from './Anchor/index.tsx'; | ||
export { default as Animate } from './Animate/index.tsx'; | ||
export { default as AudioPlayer } from './AudioPlayer/index.tsx'; | ||
export { default as AutoComplete } from './AutoComplete/index.tsx'; | ||
export { default as Avatar } from './Avatar/index.tsx'; | ||
export { default as BackTop } from './BackTop/index.tsx'; | ||
export { default as Badge } from './Badge/index.tsx'; | ||
export { default as Breadcrumb } from './Breadcrumb/index.tsx'; | ||
export { default as Button } from './Button/index.tsx'; | ||
export { default as Cascader } from './Cascader/index.tsx'; | ||
export { default as Carousel } from './Carousel/index.tsx'; | ||
export { default as Checkbox } from './Checkbox/index.tsx'; | ||
export { default as Col } from './Col/index.tsx'; | ||
export { default as Collapse } from './Collapse/index.tsx'; | ||
export { default as ColorPicker } from './ColorPicker/index.tsx'; | ||
export { default as DatePicker } from './DatePicker/index.tsx'; | ||
export { default as Drawer } from './Drawer/index.tsx'; | ||
export { default as Dropdown } from './Dropdown/index.tsx'; | ||
export { default as Divider } from './Divider/index.tsx'; | ||
export { default as Echart } from './Echart/index.tsx'; | ||
export { default as Ellipsis } from './Ellipsis/index.tsx'; | ||
export { default as FooterToolbar } from './FooterToolbar/index.tsx'; | ||
export { default as Form } from './Form/index.tsx'; | ||
export { default as ImageLoader } from './ImageLoader/index.tsx'; | ||
export { default as Layout } from './Layout/index.tsx'; | ||
export { default as LoadMore } from './LoadMore/index.tsx'; | ||
export { default as List } from './List/index.tsx'; | ||
export { default as Input } from './Input/index.tsx'; | ||
export { default as InputNumber } from './InputNumber/index.tsx'; | ||
export { default as Menu } from './Menu/index.tsx'; | ||
export { default as message } from './message/index.tsx'; | ||
export { default as Modal } from './Modal/index.tsx'; | ||
export { default as notification } from './notification/index.tsx'; | ||
export { default as Pagination } from './Pagination/index.tsx'; | ||
export { default as PicturePreview } from './PicturePreview/index.tsx'; | ||
export { default as Popover } from './Popover/index.tsx'; | ||
export { default as Progress } from './Progress/index.tsx'; | ||
export { default as Radio } from './Radio/index.tsx'; | ||
export { default as RichEditor } from './RichEditor/index.ts'; | ||
export { default as Row } from './Row/index.tsx'; | ||
export { default as Select } from './Select/index.tsx'; | ||
export { default as Slider } from './Slider/index.tsx'; | ||
export { default as Spin } from './Spin/index.tsx'; | ||
export { default as Steps } from './Steps/index.tsx'; | ||
export { default as Icon } from './Icon/index.tsx'; | ||
export { default as Switch } from './Switch/index.tsx'; | ||
export { default as Table } from './Table/index.tsx'; | ||
export { default as Tabs } from './Tabs/index.tsx'; | ||
export { default as Tag } from './Tag/index.tsx'; | ||
export { default as Timeline } from './Timeline/index.tsx'; | ||
export { default as TimePicker } from './TimePicker/index.tsx'; | ||
export { default as Tooltip } from './Tooltip/index.tsx'; | ||
export { default as Transfer } from './Transfer/index.tsx'; | ||
export { default as Tree } from './Tree/index.tsx'; | ||
export { default as TreeSelect } from './TreeSelect/index.tsx'; | ||
export { default as Trend } from './Trend/index.tsx'; | ||
export { default as Upload } from './Upload/index.tsx'; | ||
export { default as VideoViewer } from './VideoViewer/index.tsx'; | ||
export { default as Guide } from './Guide/index.tsx'; | ||
export { default as Affix } from './Affix'; | ||
export { default as Alert } from './Alert'; | ||
export { default as Anchor } from './Anchor'; | ||
export { default as Animate } from './Animate'; | ||
export { default as AudioPlayer } from './AudioPlayer'; | ||
export { default as AutoComplete } from './AutoComplete'; | ||
export { default as Avatar } from './Avatar'; | ||
export { default as BackTop } from './BackTop'; | ||
export { default as Badge } from './Badge'; | ||
export { default as Breadcrumb } from './Breadcrumb'; | ||
export { default as Button } from './Button'; | ||
export { default as Cascader } from './Cascader'; | ||
export { default as Carousel } from './Carousel'; | ||
export { default as Checkbox } from './Checkbox'; | ||
export { default as Col } from './Col'; | ||
export { default as Collapse } from './Collapse'; | ||
export { default as ColorPicker } from './ColorPicker'; | ||
export { default as DatePicker } from './DatePicker'; | ||
export { default as Drawer } from './Drawer'; | ||
export { default as Dropdown } from './Dropdown'; | ||
export { default as Divider } from './Divider'; | ||
export { default as Echart } from './Echart'; | ||
export { default as Ellipsis } from './Ellipsis'; | ||
export { default as FooterToolbar } from './FooterToolbar'; | ||
export { default as Form } from './Form'; | ||
export { default as ImageLoader } from './ImageLoader'; | ||
export { default as Layout } from './Layout'; | ||
export { default as LoadMore } from './LoadMore'; | ||
export { default as List } from './List'; | ||
export { default as Input } from './Input'; | ||
export { default as InputNumber } from './InputNumber'; | ||
export { default as Menu } from './Menu'; | ||
export { default as message } from './message'; | ||
export { default as Modal } from './Modal'; | ||
export { default as notification } from './notification'; | ||
export { default as Pagination } from './Pagination'; | ||
export { default as PicturePreview } from './PicturePreview'; | ||
export { default as Popover } from './Popover'; | ||
export { default as Progress } from './Progress'; | ||
export { default as Radio } from './Radio'; | ||
export { default as RichEditor } from './RichEditor'; | ||
export { default as Row } from './Row'; | ||
export { default as Select } from './Select'; | ||
export { default as Slider } from './Slider'; | ||
export { default as Spin } from './Spin'; | ||
export { default as Steps } from './Steps'; | ||
export { default as Icon } from './Icon'; | ||
export { default as Switch } from './Switch'; | ||
export { default as Table } from './Table'; | ||
export { default as Tabs } from './Tabs'; | ||
export { default as Tag } from './Tag'; | ||
export { default as Timeline } from './Timeline'; | ||
export { default as TimePicker } from './TimePicker'; | ||
export { default as Tooltip } from './Tooltip'; | ||
export { default as Transfer } from './Transfer'; | ||
export { default as Tree } from './Tree'; | ||
export { default as TreeSelect } from './TreeSelect'; | ||
export { default as Trend } from './Trend'; | ||
export { default as Upload } from './Upload'; | ||
export { default as VideoViewer } from './VideoViewer'; | ||
export { default as Guide } from './Guide'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"extends": "../../tsconfig.json", | ||
"include": [ "../../source/components/index.js" ], | ||
"compilerOptions": { | ||
"allowJs": true, | ||
"declaration": true, | ||
"emitDeclarationOnly": true | ||
} | ||
} |