1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- const COMPONENT_LIST = [
- 'anchor',
- 'autoComplete',
- 'avatar',
- 'backtop',
- 'badge',
- 'banner',
- 'breadcrumb',
- 'button',
- 'calendar',
- 'card',
- 'carousel',
- 'cascader',
- 'checkbox',
- 'collapse',
- 'collapsible',
- 'configProvider',
- 'datePicker',
- 'descriptions',
- 'dropdown',
- 'empty',
- 'form',
- 'grid',
- 'iconButton',
- 'icon',
- 'input',
- 'inputNumber',
- 'image',
- 'layout',
- 'list',
- 'localeProvider',
- 'modal',
- 'navigation',
- 'notification',
- 'overflowList',
- 'pagination',
- 'popconfirm',
- 'popover',
- 'progress',
- 'radio',
- 'rating',
- 'scrollList',
- 'select',
- 'sideSheet',
- 'skeleton',
- 'slider',
- 'space',
- 'spin',
- 'steps',
- 'switch',
- 'table',
- 'tabs',
- 'tag',
- 'tagInput',
- 'timePicker',
- 'timeline',
- 'toast',
- 'tooltip',
- 'transfer',
- 'tree',
- 'treeSelect',
- 'typography',
- 'upload',
- 'highlight',
- 'divider'
- ];
- module.exports = { COMPONENT_LIST };
|