ultra-design
Version:
46 lines (45 loc) • 2.11 kB
TypeScript
export type { ButtonProps } from './button';
export { default as Button } from './button';
export type { TextProps } from './text';
export { default as Text } from './text';
export type { RippleProps } from './ripple';
export { default as Ripple } from './ripple';
export type { TooltipProps } from './tooltip';
export { default as Tooltip } from './tooltip';
export type { PopoverProps } from './popover';
export { default as Popover } from './popover';
export type { OverlayProps } from './overlay';
export { default as Overlay } from './overlay';
export type { ModalProps } from './modal';
export { default as Modal } from './modal';
export type { InputProps } from './input';
export { default as Input } from './input';
export type { SelectProps } from './select';
export { default as Select } from './select';
export type { DropdownProps } from './dropdown';
export { default as Dropdown } from './dropdown';
export type { MenuProps } from './menu';
export { default as Menu } from './menu';
export type { KeyboardProps } from './keyboard';
export { default as Keyboard } from './keyboard';
export type { ConfigProviderProps } from './config-provider';
export { default as ConfigProvider } from './config-provider';
export { default as Toast } from './toast';
export { default as Loading } from './loading';
export { loading } from './loading';
export type { DividerProps } from './divider';
export { default as Divider } from './divider';
export type { CheckboxProps } from './checkbox';
export { default as Checkbox } from './checkbox';
export type { UploadProps } from './upload';
export { default as Upload } from './upload';
export type { DrawerProps } from './drawer';
export { default as Drawer } from './drawer';
export type { TabsProps } from './tabs';
export { default as Tabs } from './tabs';
export type { LayoutProps } from './layout';
export { default as Layout } from './layout';
export type { ColorPickerProps } from './color-picker';
export { default as ColorPicker } from './color-picker';
export type { TextareaProps } from './textarea';
export { default as Textarea } from './textarea';