UNPKG

birdpaper-ui

Version:

一个通用的 vue3 UI组件库。A common vue3 UI component library.

63 lines (62 loc) 3.06 kB
export { default } from "./birdpaper-ui"; export { default as Button } from "./button"; export type { ButtonInstance } from "./button"; export { default as ButtonGroup } from "./buttonGroup"; export type { ButtonGroupInstance } from "./buttonGroup"; export { default as Input } from "./input"; export type { InputInstance } from "./input"; export { default as InputNumber } from "./inputNumber"; export type { InputNumberInstance } from "./inputNumber"; export { default as Textarea } from "./textarea"; export type { TextareaInstance } from "./textarea"; export { default as Radio } from "./radio"; export type { RadioInstance, RadioGroupInstance } from "./radio"; export { default as RadioGroup } from "./radio"; export { default as Checkbox } from "./checkbox"; export type { CheckboxInstance } from "./checkbox"; export { default as Switch } from "./switch"; export type { SwitchInstance } from "./switch"; export { default as Select } from "./select"; export type { SelectInstance, SelectOptionInstance } from "./select"; export { default as Pagination } from "./pagination"; export type { PaginationInstance } from "./pagination"; export { default as Table } from "./table"; export type { TableInstance, TableColumnsInstance } from "./table"; export { default as Space } from "./space"; export type { SpaceInstance } from "./space"; export { default as Alert } from "./alert"; export type { AlertInstance } from "./alert"; export { default as Avatar } from "./avatar"; export type { AvatarInstance } from "./avatar"; export { default as Empty } from "./empty"; export type { EmptyInstance } from "./empty"; export { default as Tag } from "./tag"; export type { TagInstance } from "./tag"; export { default as Modal } from "./modal"; export type { ModalInstance } from "./modal"; export { default as Spin } from "./spin"; export type { SpinInstance } from "./spin"; export { default as Grid } from "./grid"; export type { GridInstance, ColInstance } from "./grid"; export { default as Link } from "./link"; export type { LinkInstance } from "./link"; export { default as Popconfirm } from "./popconfirm"; export type { PopconfirmInstance } from "./popconfirm"; export { default as DatePicker } from "./datePicker"; export type { DatePickerInstance } from "./datePicker"; export { default as TimePicker } from "./timePicker"; export type { TimePickerInstance } from "./timePicker"; export { default as Image } from "./image"; export type { ImageInstance } from "./image"; export { default as Drawer } from "./drawer"; export type { DrawerInstance } from "./drawer"; export { default as Tooltip } from "./tooltip"; export type { TooltipInstance } from "./tooltip"; export { default as Trigger } from "./trigger"; export type { TriggerInstance } from "./trigger"; export { default as Form } from "./form"; export type { FormInstance, FormItemInstance } from "./form"; export { default as VerifyCode } from "./verifyCode"; export type { VerifyCodeInstance } from "./verifyCode"; export { default as Message } from "./message"; export type {} from "./components";