kui-vue
Version:
A lightweight desktop UI component library suitable for Vue.js 2.
149 lines (148 loc) • 8.34 kB
TypeScript
export { default as Affix } from "./affix/Affix";
export type { AffixProps } from "./affix/Affix";
export { default as Badge } from "./badge/Badge";
export type { BadgeProps } from "./badge/Badge";
export { default as BackTop } from "./backtop/BackTop";
export type { BackTopProps } from "./backtop/BackTop";
export { default as Avatar } from "./avatar/Avatar";
export type { AvatarProps } from "./avatar/Avatar";
export { default as Breadcrumb } from "./breadcrumb/Breadcrumb";
export type { BreadcrumbProps } from "./breadcrumb/Breadcrumb";
export { default as BreadcrumbItem } from "./breadcrumb/BreadcrumbItem";
export type { BreadcrumbItemProps } from "./breadcrumb/BreadcrumbItem";
export { default as Alert } from "./alert/Alert";
export type { AlertProps } from "./alert/Alert";
export { default as Button } from "./button/Button";
export type { ButtonProps } from "./button/Button";
export { default as ButtonGroup } from "./button/ButtonGroup";
export type { ButtonGroupProps } from "./button/ButtonGroup";
export { default as Card } from "./card/Card";
export type { CardProps } from "./card/Card";
export { default as Carousel } from "./carousel/Carousel";
export type { CarouselProps } from "./carousel/Carousel";
export { default as CarouselItem } from "./carousel/CarouselItem";
export type { CarouselItemProps } from "./carousel/CarouselItem";
export { default as Checkbox } from "./checkbox/Checkbox";
export type { CheckboxProps } from "./checkbox/Checkbox";
export { default as CheckboxGroup } from "./checkbox/CheckboxGroup";
export type { CheckboxGroupProps } from "./checkbox/CheckboxGroup";
export { default as Collapse } from "./collapse/Collapse";
export type { CollapseProps } from "./collapse/Collapse";
export { default as CollapsePanel } from "./collapse/CollapsePanel";
export type { CollapsePanelProps } from "./collapse/CollapsePanel";
export { default as ColorPicker } from "./colorPicker/ColorPicker";
export type { ColorPickerProps } from "./colorPicker/ColorPicker";
export { default as DatePicker } from "./datePicker/DatePicker";
export type { DatePickerProps } from "./datePicker/DatePicker";
export { default as Descriptions } from "./descriptions/Descriptions";
export type { DescriptionsProps } from "./descriptions/Descriptions";
export { default as DescriptionsItem } from "./descriptions/DescriptionsItem";
export type { DescriptionsItemProps } from "./descriptions/DescriptionsItem";
export { default as Divider } from "./divider/Divider";
export type { DividerProps } from "./divider/Divider";
export { default as Drawer } from "./drawer/Drawer";
export type { DrawerProps } from "./drawer/Drawer";
export { default as Dropdown } from "./dropdown/Dropdown";
export type { DropdownProps } from "./dropdown/Dropdown";
export { default as DropdownButton } from "./dropdown/DropdownButton";
export type { DropdownButtonProps } from "./dropdown/DropdownButton";
export { default as Empty } from "./empty/Empty";
export type { EmptyProps } from "./empty/Empty";
export { default as Flex } from "./flex/Flex";
export type { FlexProps } from "./flex/Flex";
export { default as Form } from "./form/Form";
export type { FormProps } from "./form/Form";
export { default as formitem } from "./form/formitem";
export type { formitemProps } from "./form/formitem";
export { default as Row } from "./grid/Row";
export type { RowProps } from "./grid/Row";
export { default as Col } from "./grid/Col";
export type { ColProps } from "./grid/Col";
export { default as Icon } from "./icon/Icon";
export type { IconProps } from "./icon/Icon";
export { default as KImage } from "./image/KImage";
export type { KImageProps } from "./image/KImage";
export { default as ImageGroup } from "./image/ImageGroup";
export type { ImageGroupProps } from "./image/ImageGroup";
export { default as Input } from "./input/Input";
export type { InputProps } from "./input/Input";
export { default as TextArea } from "./input/TextArea";
export type { TextAreaProps } from "./input/TextArea";
export { default as InputGroup } from "./input/InputGroup";
export type { InputGroupProps } from "./input/InputGroup";
export { default as InputNumber } from "./inputNumber/InputNumber";
export type { InputNumberProps } from "./inputNumber/InputNumber";
export { default as loading } from "./loading/loading";
export type { loadingProps } from "./loading/loading";
export { default as Menu } from "./menu/Menu";
export type { MenuProps } from "./menu/Menu";
export { default as MenuGroup } from "./menu/MenuGroup";
export type { MenuGroupProps } from "./menu/MenuGroup";
export { default as MenuItem } from "./menu/MenuItem";
export type { MenuItemProps } from "./menu/MenuItem";
export { default as SubMenu } from "./menu/SubMenu";
export type { SubMenuProps } from "./menu/SubMenu";
export { default as MenuDivider } from "./menu/MenuDivider";
export type { MenuDividerProps } from "./menu/MenuDivider";
export { default as sider } from "./layout/sider";
export type { siderProps } from "./layout/sider";
export { default as Page } from "./page/Page";
export type { PageProps } from "./page/Page";
export { default as Popconfirm } from "./popconfirm/Popconfirm";
export type { PopconfirmProps } from "./popconfirm/Popconfirm";
export { default as Poptip } from "./poptip/Poptip";
export type { PoptipProps } from "./poptip/Poptip";
export { default as Modal } from "./modal/Modal";
export type { ModalProps } from "./modal/Modal";
export { default as Progress } from "./progress/Progress";
export type { ProgressProps } from "./progress/Progress";
export { default as Radio } from "./radio/Radio";
export type { RadioProps } from "./radio/Radio";
export { default as RadioGroup } from "./radio/RadioGroup";
export type { RadioGroupProps } from "./radio/RadioGroup";
export { default as RadioButton } from "./radio/RadioButton";
export type { RadioButtonProps } from "./radio/RadioButton";
export { default as Rate } from "./rate/Rate";
export type { RateProps } from "./rate/Rate";
export { default as Select } from "./select/Select";
export type { SelectProps } from "./select/Select";
export { default as Option } from "./select/Option";
export type { OptionProps } from "./select/Option";
export { default as Skeleton } from "./skeleton/Skeleton";
export type { SkeletonProps } from "./skeleton/Skeleton";
export { default as SkeletonAvatar } from "./skeleton/SkeletonAvatar";
export type { SkeletonAvatarProps } from "./skeleton/SkeletonAvatar";
export { default as SkeletonButton } from "./skeleton/SkeletonButton";
export type { SkeletonButtonProps } from "./skeleton/SkeletonButton";
export { default as SkeletonImage } from "./skeleton/SkeletonImage";
export type { SkeletonImageProps } from "./skeleton/SkeletonImage";
export { default as SkeletonText } from "./skeleton/SkeletonText";
export type { SkeletonTextProps } from "./skeleton/SkeletonText";
export { default as Slider } from "./slider/Slider";
export type { SliderProps } from "./slider/Slider";
export { default as Space } from "./space/Space";
export type { SpaceProps } from "./space/Space";
export { default as Spin } from "./spin/Spin";
export type { SpinProps } from "./spin/Spin";
export { default as Switch } from "./switch/Switch";
export type { SwitchProps } from "./switch/Switch";
export { default as Table } from "./table/Table";
export type { TableProps } from "./table/Table";
export { default as Tabs } from "./tabs/Tabs";
export type { TabsProps } from "./tabs/Tabs";
export { default as TabPanel } from "./tabs/TabPanel";
export type { TabPanelProps } from "./tabs/TabPanel";
export { default as Tag } from "./tag/Tag";
export type { TagProps } from "./tag/Tag";
export { default as TimeLine } from "./timeline/TimeLine";
export type { TimeLineProps } from "./timeline/TimeLine";
export { default as TimeLineItem } from "./timeline/TimeLineItem";
export type { TimeLineItemProps } from "./timeline/TimeLineItem";
export { default as Tooltip } from "./tooltip/Tooltip";
export type { TooltipProps } from "./tooltip/Tooltip";
export { default as TreeSelect } from "./treeselect/TreeSelect";
export type { TreeSelectProps } from "./treeselect/TreeSelect";
export { default as Tree } from "./tree/Tree";
export type { TreeProps } from "./tree/Tree";
export { default as Upload } from "./upload/Upload";
export type { UploadProps } from "./upload/Upload";