UNPKG

quick-ui-design

Version:

A Quick UI library for user interface design with React fast and easy.

196 lines (195 loc) 11.1 kB
import { ICard } from './DataDisplay/Card'; import { ICardGrid } from './DataDisplay/Card/Grid'; import { ICardMeta } from './DataDisplay/Card/Meta'; import { ICarousel } from './DataDisplay/Carousel'; import { ICollapse } from './DataDisplay/Collapse'; import { IDescriptions } from './DataDisplay/Descriptions'; import { IEmpty } from './DataDisplay/Empty'; import { IImage } from './DataDisplay/Image'; import { IImagePreviewGroup } from './DataDisplay/Image/PreviewGroup'; import { IPopover } from './DataDisplay/Popover'; import { IQRCode } from './DataDisplay/QRCode'; import { ISegmented } from './DataDisplay/Segmented'; import { IStatistic } from './DataDisplay/Statistic'; import { ICountdown } from './DataDisplay/Statistic/Countdown'; import { ITable } from './DataDisplay/Table'; import { ITabs } from './DataDisplay/Tabs'; import { ITag } from './DataDisplay/Tag'; import { ITimeline } from './DataDisplay/Timeline'; import { ITooltip } from './DataDisplay/Tooltip'; import { ITour } from './DataDisplay/Tour'; import { ITree } from './DataDisplay/Tree'; import { IAutoComplete } from './DataEntry/AutoComplete'; import { ICascader } from './DataEntry/Cascader'; import { ICheckbox } from './DataEntry/Checkbox'; import { ICheckboxGroup } from './DataEntry/Checkbox/CheckboxGroup'; import { IColorPicker } from './DataEntry/ColorPicker'; import { IDatePicker } from './DataEntry/DatePicker'; import { IRangePicker } from './DataEntry/DatePicker/RangePicker'; import { IForm } from './DataEntry/Form'; import { IFormItem } from './DataEntry/Form/FormItem'; import { IFormList } from './DataEntry/Form/FormList'; import { IFormProvider } from './DataEntry/Form/FormProvider'; import { IInput } from './DataEntry/Input'; import { IInputGroup } from './DataEntry/Input/Group'; import { IInputOTP } from './DataEntry/Input/OTP'; import { IInputPassword } from './DataEntry/Input/Password'; import { IInputSearch } from './DataEntry/Input/Search'; import { IInputTextArea } from './DataEntry/Input/TextArea'; import { IInputNumber } from './DataEntry/InputNumber'; import { IMentions } from './DataEntry/Mentions'; import { IRadio } from './DataEntry/Radio'; import { IRadioButton } from './DataEntry/Radio/Button'; import { IRadioGroup } from './DataEntry/Radio/Group'; import { IRate } from './DataEntry/Rate'; import { ISelect } from './DataEntry/Select'; import { ISlider } from './DataEntry/Slider'; import { ISwitch } from './DataEntry/Switch'; import { ITimePicker } from './DataEntry/TimePicker'; import { ITimeRangePicker } from './DataEntry/TimePicker/Range'; import { ITransfer } from './DataEntry/Transfer'; import { ITreeSelect } from './DataEntry/TreeSelect'; import { IUpload } from './DataEntry/Upload'; import { IUploadImageDraggable } from './DataEntry/Upload/ImageDragger'; import { IUploadImgCrop } from './DataEntry/Upload/ImgCrop'; import { IAlert } from './Feedback/Alert'; import { IDrawer } from './Feedback/Drawer'; import { IModal } from './Feedback/Modal'; import { IPopconfirm } from './Feedback/Popconfirm'; import { IProgress } from './Feedback/Progress'; import { IResult } from './Feedback/Result'; import { ISkeleton } from './Feedback/Skeleton'; import { ISkeletonAvatar } from './Feedback/Skeleton/Avatar'; import { ISkeletonButton } from './Feedback/Skeleton/Button'; import { ISkeletonImage } from './Feedback/Skeleton/Image'; import { ISkeletonInput } from './Feedback/Skeleton/Input'; import { ISkeletonNode } from './Feedback/Skeleton/Node'; import { ISkeletonTitle } from './Feedback/Skeleton/Title'; import { ISpin } from './Feedback/Spin'; import { IWatermark } from './Feedback/Watermark'; import { IButton } from './General/Button'; import { IFloatButton } from './General/FloatButton'; import { IFloatButtonBackTop } from './General/FloatButton/BackTop'; import { IFloatButtonGroup } from './General/FloatButton/Group'; import { ITypographyLink } from './General/Typography/Link'; import { ITypographyParagraph } from './General/Typography/Paragraph'; import { ITypographyText } from './General/Typography/Text'; import { ITypographyTitle } from './General/Typography/Title'; import { IDivider } from './Layouts/Divider'; import { IFlex } from './Layouts/Flex'; import { IGridCol } from './Layouts/GridCol'; import { IGridRow } from './Layouts/GridRow'; import { ILayout } from './Layouts/Layout'; import { IContent } from './Layouts/Layout/Content'; import { IFooter } from './Layouts/Layout/Footer'; import { IHeader } from './Layouts/Layout/Header'; import { ISider } from './Layouts/Layout/Sider'; import { ISpace } from './Layouts/Space'; import { ISpaceCompact } from './Layouts/Space/SpaceCompact'; import { IAnchor } from './Navigation/Anchor'; import { IBreadcrumb } from './Navigation/Breadcrumb'; import { IDropdown } from './Navigation/Dropdown'; import { IMenu } from './Navigation/Menu'; import { IPagination } from './Navigation/Pagination'; import { ISteps } from './Navigation/Steps'; export declare const BUTTON = "button"; export declare const FLOAT_BUTTON = "float_button"; export declare const FLOAT_BUTTON_BACK_TOP = "float_button.back_top"; export declare const FLOAT_BUTTON_GROUP = "float_button.group"; export declare const TYPOGRAPHY_TITLE = "typography.title"; export declare const TYPOGRAPHY_TEXT = "typography.text"; export declare const TYPOGRAPHY_LINK = "typography.link"; export declare const TYPOGRAPHY_PARAGRAPH = "typography.paragraph"; export declare const DIVIDER = "divider"; export declare const GRID_ROW = "grid.row"; export declare const GRID_COL = "grid.col"; export declare const FLEX = "flex"; export declare const SPACE = "space"; export declare const SPACE_COMPACT = "space.compact"; export declare const LAYOUT = "layout"; export declare const HEADER = "layout.header"; export declare const SIDER = "layout.sider"; export declare const CONTENT = "layout.content"; export declare const FOOTER = "layout.footer"; export declare const ANCHOR = "anchor"; export declare const DROPDOWN = "dropdown"; export declare const MENU = "menu"; export declare const STEPS = "steps"; export declare const PAGINATION = "pagination"; export declare const BREADCRUMB = "breadcrumb"; export declare const AUTO_COMPLETE = "auto_complete"; export declare const CASCADER = "cascader"; export declare const CHECKBOX = "checkbox"; export declare const CHECKBOX_GROUP = "checkbox_group"; export declare const COLOR_PICKER = "color_picker"; export declare const DATE_PICKER = "date_picker"; export declare const DATE_PICKER_RANGE = "date_picker_range"; export declare const FORM = "form"; export declare const FORM_ITEM = "form.item"; export declare const FROM_LIST = "from.list"; export declare const FORM_PROVIDER = "form.provider"; export declare const INPUT = "input"; export declare const INPUT_PASSWORD = "input.password"; export declare const INPUT_SEARCH = "input.search"; export declare const INPUT_TEXT_AREA = "input.text_area"; export declare const INPUT_OTP = "input.otp"; export declare const INPUT_GROUP = "input_group"; export declare const INPUT_NUMBER = "input_number"; export declare const MENTION = "mention"; export declare const RATE = "rate"; export declare const RADIO = "radio"; export declare const RADIO_BUTTON = "radio.button"; export declare const RADIO_GROUP = "radio.group"; export declare const SELECT = "select"; export declare const SLIDER = "slider"; export declare const SWITCH = "switch"; export declare const TIME_PICKER = "time_picker"; export declare const TIME_PICKER_RANGE = "time_picker_range"; export declare const TRANSFER = "transfer"; export declare const TREE_SELECT = "tree_select"; export declare const UPLOAD = "upload"; export declare const UPLOAD_DRAGGER = "upload.dragger"; export declare const UPLOAD_IMG_CROP = "upload.img_crop"; export declare const AVATAR = "avatar"; export declare const BADGE = "badge"; export declare const BADGE_RIBBON = "badge.ribbon"; export declare const CALENDAR = "calendar"; export declare const CARD = "card"; export declare const CARS_GRID = "card.grid"; export declare const CARS_META = "card.meta"; export declare const CAROUSEL = "carousel"; export declare const COLLAPSE = "collapse"; export declare const DESCRIPTIONS = "descriptions"; export declare const EMPTY = "empty"; export declare const IMAGE = "image"; export declare const IMAGE_PREVIEW = "image.preview"; export declare const LIST = "list"; export declare const POP_OVER = "pop_over"; export declare const QRCODE = "qrcode"; export declare const SEGMENTED = "segmented"; export declare const STATISTIC = "statistic"; export declare const STATISTIC_COUNTDOWN = "statistic.countdown"; export declare const TABLE = "table"; export declare const TABS = "tabs"; export declare const TAG = "tag"; export declare const TIMELINE = "timeline"; export declare const TOOLTIP = "tooltip"; export declare const TREE = "tree"; export declare const TOUR = "tour"; export declare const ALERT = "alert"; export declare const DRAWER = "drawer"; export declare const MODAL = "modal"; export declare const NOTIFICATION = "notification"; export declare const POPCONFIRM = "popconfirm"; export declare const PROGRESS = "progress"; export declare const RESULT = "result"; export declare const SKELETON = "skeleton"; export declare const SKELETON_AVATAR = "skeleton.avatar"; export declare const SKELETON_BUTTON = "skeleton.button"; export declare const SKELETON_INPUT = "skeleton.input"; export declare const SKELETON_IMAGE = "skeleton.image"; export declare const SKELETON_NODE = "skeleton.node"; export declare const SKELETON_TITLE = "skeleton.title"; export declare const SPIN = "spin"; export declare const WATERMARK = "watermark"; export declare type TComponentProps = IButton | IFloatButton | IFloatButtonBackTop | IFloatButtonGroup | ITypographyTitle | ITypographyText | ITypographyLink | ITypographyParagraph | IDivider | IFlex | IGridRow | IGridCol | ILayout | IHeader | ISider | IContent | IFooter | ISpace | ISpaceCompact | IAnchor | IBreadcrumb | IDropdown | IMenu | IPagination | ISteps | IAutoComplete | ICascader | ICheckbox | ICheckboxGroup | IColorPicker | IDatePicker | IRangePicker | IForm | IFormItem | IFormList | IFormProvider | IInput | IInputTextArea | IInputOTP | IInputSearch | IInputPassword | IInputGroup | IInputNumber | IMentions | IRadio | IRadioButton | IRadioGroup | IRate | ISelect | ISlider | ISwitch | ITimePicker | ITimeRangePicker | ITransfer | ITreeSelect | IUpload | IUploadImgCrop | IUploadImageDraggable | ICard | ICardGrid | ICardMeta | ICarousel | ICollapse | IDescriptions | IEmpty | IImage | IImagePreviewGroup | IPopover | IQRCode | ISegmented | IStatistic | ICountdown | ITable | ITabs | ITag | ITimeline | ITooltip | ITour | ITree | IAlert | IDrawer | IModal | IPopconfirm | IProgress | IResult | ISkeleton | ISkeletonAvatar | ISkeletonButton | ISkeletonImage | ISkeletonNode | ISkeletonInput | ISkeletonTitle | ISpin | IWatermark;