UNPKG

tango-ui-cw

Version:

A lightweight ui library with ClayW

147 lines (143 loc) 2.82 kB
export { Button, MaterialButton, type MaterialButtonLocaleText, type MaterialButtonProps, type MaterialButtonSize, type MaterialButtonVariant, type ButtonI18nKey, type ButtonLocaleText, type ButtonProps, type ButtonSize, type ButtonVariant, type LoadingMode, default as TangoButton, } from "./TButton"; export { Banner, type BannerI18nKey, type BannerLevel, type BannerLocaleText, type BannerProps, type BannerSize, default as TangoBanner, } from "./TBanner"; export { ColorPicker, type ColorPickerFormat, type ColorPickerI18nKey, type ColorPickerLocaleText, type ColorPickerProps, type ColorPickerShowText, type ColorPickerSize, default as TangoColorPicker, } from "./TColorPicker"; export { DateDisplay, type DateI18nKey, type DateLocaleText, type DateProps, type DateType, default as TangoDate, } from "./TDate"; export { DatePicker, type DatePickerI18nKey, type DatePickerLocaleText, type DatePickerProps, type DatePickerSize, default as TangoDatePicker, } from "./TDatePicker"; export { Drawer, type DrawerFooterButton, type DrawerI18nKey, type DrawerLocaleText, type DrawerProps, type DrawerType, default as TangoDrawer, } from "./TDrawer"; export { Input, MaterialInput, type MaterialInputLocaleText, type MaterialInputProps, type MaterialInputSize, type InputProps, type InputSize, type InputStatus, type InputType, default as TangoInput, } from "./TInput"; export { default as Layout, Header, Footer, Sider, Content, Toc, type LayoutProps, type LayoutHeaderProps, type LayoutFooterProps, type LayoutSiderProps, type LayoutContentProps, type LayoutTocProps, } from "./TLayout"; export { default as Line, type LineProps, } from "./TLine"; export { default as Mark, type MarkColor, type MarkProps, } from "./TMark"; export { Modal, type ModalFooterButton, type ModalI18nKey, type ModalLocaleText, type ModalProps, default as TangoModal, } from "./TModal"; export { default as Notice, type NoticeType, type NoticeVariant, type NoticeProps, default as TangoNotice, } from "./TNotice"; export { Search, type SearchI18nKey, type SearchLocaleText, type SearchProps, type SearchSize, default as TangoSearch, } from "./TSearch"; export { default as Space, type SpaceProps, type SpaceType, type SxSlotValue, type SxValue, } from "./TSpace"; export { default as Table, type TableColumn, type TableLocaleText, type TablePagination, type TableProps, } from "./TTable"; export { default as Tooltip, type TooltipPlacement, type TooltipProps, default as TangoTooltip, } from "./TTooltip"; export { default as Upload, type UploadProps, default as TangoUpload, } from "./TUpload"; export * from "./CSSFab";