import { ThemeConfig, InputNumberProps, CardProps, Typography as Typography$2 } from '@xirang/design-antd'; export * from '@xirang/design-antd'; import React, { ReactElement, ForwardRefExoticComponent, PropsWithoutRef, RefAttributes } from 'react'; import { StudioComponentProps } from '@xirang/studio-boot/src'; import { HTMLCoralProps } from 'coral-system'; import { IComponentPrototype } from '@xirang/studio-helpers'; type AliasToken = Exclude; type TokenName = keyof AliasToken; interface ComponentDemo { tokens?: TokenName[]; demo: ReactElement; key: string; } interface DataFlowSource { name: string; handle: string; } interface DataFlowItemList { name: string; title: string; description?: string; source?: DataFlowSource[]; left?: boolean; right?: boolean; } interface DataFlowItem { name: string; title: string; description?: string; source?: DataFlowSource[]; left?: boolean; right?: boolean; list: DataFlowItemList[]; } interface DataFlow { title: string; name: string; width: number; child: DataFlowItem[]; type: string; } type PreviewerDemos = Record; declare const Box: any; declare const Button$1: any; declare const ButtonGroup: any; declare const InputNumber$1: ForwardRefExoticComponent & RefAttributes>; declare const Input$1: any; declare const TextArea$1: any; interface PageProps extends CardProps { /** * 页面加载完成后执行的回调 */ onMount?: () => void; /** * 页面卸载前执行的回调 */ onUnmount?: () => void; } declare const Page$1: any; interface BoxProps extends HTMLCoralProps<"div"> { /** * 是否渲染 */ isRender?: boolean; } interface PlaceholderProps extends BoxProps { /** * 尺寸 * small - 适合文本,按钮等小型控件 * medium - 中型控件 * large - 大型控件 */ size?: "small" | "medium" | "large"; /** * 占位文本 */ placeholder?: string; /** * 按钮文本 */ buttonText?: string; /** * 要实例化的组件名称 */ targetComponentName?: string; } declare const Placeholder: any; interface SectionProps extends Omit { title?: React.ReactNode; } declare const Section$1: any; declare const Select$1: any; declare const Space$1: any; declare const Title$1: any; declare const Paragraph$1: any; type TypographyComponent = React.ForwardRefExoticComponent> & { Title: typeof Title$1; Paragraph: typeof Paragraph$1; Link: typeof Typography$2.Link; Text: typeof Typography$2.Text; }; declare const Typography$1: TypographyComponent; declare const Columns: any; declare const Column: any; declare const Permission$1: any; declare const Affix: IComponentPrototype; declare const Alert: IComponentPrototype; declare const AlertErrorBoundary: IComponentPrototype; declare const Anchor: IComponentPrototype; declare const AnchorLink: IComponentPrototype; declare const AutoComplete: IComponentPrototype; declare const Avatar: IComponentPrototype; declare const AvatarGroup: IComponentPrototype; declare const BackTop: IComponentPrototype; declare const Badge: IComponentPrototype; declare const RibbonBadge: IComponentPrototype; declare const Breadcrumb: IComponentPrototype; declare const BreadcrumbItem: IComponentPrototype; declare const BreadcrumbSeparator: IComponentPrototype; declare const Button: IComponentPrototype; declare const Calendar: IComponentPrototype; declare const Card: IComponentPrototype; declare const CardGrid: IComponentPrototype; declare const CardMeta: IComponentPrototype; declare const Carousel: IComponentPrototype; declare const Cascader: IComponentPrototype; declare const Checkbox: IComponentPrototype; declare const CheckboxGroup: IComponentPrototype; declare const Collapse: IComponentPrototype; declare const CollapsePanel: IComponentPrototype; declare const Comment: IComponentPrototype; declare const Container: IComponentPrototype; declare const When: IComponentPrototype; declare const PickerCommonProps: IComponentPrototype["props"]; declare const DatePicker: IComponentPrototype; declare const MonthPicker: IComponentPrototype; declare const YearPicker: IComponentPrototype; declare const WeekPicker: IComponentPrototype; declare const DateRangePicker: IComponentPrototype; declare const DatePickerPro: IComponentPrototype; declare const DateRangePickerPro: IComponentPrototype; declare const Descriptions: IComponentPrototype; declare const DescriptionItem: IComponentPrototype; declare const DescriptionsItem: IComponentPrototype; declare const Divider: IComponentPrototype; declare const Drawer: IComponentPrototype; declare const Dropdown: IComponentPrototype; declare const DropdownButton: IComponentPrototype; declare const Each: IComponentPrototype; declare const Empty: IComponentPrototype; declare const Form: IComponentPrototype; declare const Fieldset: IComponentPrototype; declare const FormItem: IComponentPrototype; declare const FormFooter: IComponentPrototype; declare const FormilyForm: IComponentPrototype; declare const FormilyFormItem: IComponentPrototype; declare const FormilyFormFooter: IComponentPrototype; declare const FormilySubmit: IComponentPrototype; declare const FormilyReset: IComponentPrototype; declare const IFrame: IComponentPrototype; declare const Image: IComponentPrototype; declare const ImageList: IComponentPrototype; declare const InputNumber: IComponentPrototype; declare const Input: IComponentPrototype; declare const TextArea: IComponentPrototype; declare const Search: IComponentPrototype; declare const Password: IComponentPrototype; declare const InputGroup: IComponentPrototype; declare const Interval: IComponentPrototype; declare const Link: IComponentPrototype; declare const List: IComponentPrototype; declare const ListItem: IComponentPrototype; declare const ListItemMeta: IComponentPrototype; declare const Mentions: IComponentPrototype; declare const MentionsOption: IComponentPrototype; declare const Menu: IComponentPrototype; declare const MenuItem: IComponentPrototype; declare const MenuSubMenu: IComponentPrototype; declare const MenuItemGroup: IComponentPrototype; declare const MenuDivider: IComponentPrototype; declare const Page: IComponentPrototype; declare const Pagination: IComponentPrototype; declare const Permission: IComponentPrototype; declare const Popconfirm: IComponentPrototype; declare const Popover: IComponentPrototype; declare const Progress: IComponentPrototype; declare const Radio: IComponentPrototype; declare const RadioGroup: IComponentPrototype; declare const Rate: IComponentPrototype; declare const Result: IComponentPrototype; declare const Section: IComponentPrototype; declare const CommonPrototypes: any; declare const ActionPrototypes: ({ name: string; title: string; tip: string; setter: string; group: string; autoCompleteOptions: string[]; } | { name: string; title: string; tip: string; setter: string; group: string; autoCompleteOptions?: undefined; })[]; declare const Select: IComponentPrototype; declare const SkeletonAvatar: IComponentPrototype; declare const SkeletonButton: IComponentPrototype; declare const SkeletonInput: IComponentPrototype; declare const SkeletonImage: IComponentPrototype; declare const SkeletonNode: IComponentPrototype; declare const Skeleton: IComponentPrototype; declare const Slider: IComponentPrototype; declare const Space: IComponentPrototype; declare const Spin: IComponentPrototype; declare const Statistic: IComponentPrototype; declare const StatisticCountdown: IComponentPrototype; declare const Steps: IComponentPrototype; declare const StepsItem: IComponentPrototype; declare const Switch: IComponentPrototype; declare const Table: IComponentPrototype; declare const TableColumn: IComponentPrototype; declare const Tabs: IComponentPrototype; declare const Tag: IComponentPrototype; declare const CheckableTag: IComponentPrototype; declare const Text: IComponentPrototype; declare const TimePicker: IComponentPrototype; declare const TimeRangePicker: IComponentPrototype; declare const TimePickerPro: IComponentPrototype; declare const TimeRangePickerPro: IComponentPrototype; declare const Timeline: IComponentPrototype; declare const TimelineItem: IComponentPrototype; declare const Toolbar: IComponentPrototype; declare const Tooltip: IComponentPrototype; declare const Transfer: IComponentPrototype; declare const TreeSelect: IComponentPrototype; declare const Tree: IComponentPrototype; declare const TreeNode: IComponentPrototype; declare const DirectoryTree: IComponentPrototype; declare const Typography: IComponentPrototype; declare const Title: IComponentPrototype; declare const Paragraph: IComponentPrototype; declare const Upload: IComponentPrototype; declare const UploadDragger: IComponentPrototype; declare const index_ActionPrototypes: typeof ActionPrototypes; declare const index_Affix: typeof Affix; declare const index_Alert: typeof Alert; declare const index_AlertErrorBoundary: typeof AlertErrorBoundary; declare const index_Anchor: typeof Anchor; declare const index_AnchorLink: typeof AnchorLink; declare const index_AutoComplete: typeof AutoComplete; declare const index_Avatar: typeof Avatar; declare const index_AvatarGroup: typeof AvatarGroup; declare const index_BackTop: typeof BackTop; declare const index_Badge: typeof Badge; declare const index_Breadcrumb: typeof Breadcrumb; declare const index_BreadcrumbItem: typeof BreadcrumbItem; declare const index_BreadcrumbSeparator: typeof BreadcrumbSeparator; declare const index_Button: typeof Button; declare const index_Calendar: typeof Calendar; declare const index_Card: typeof Card; declare const index_CardGrid: typeof CardGrid; declare const index_CardMeta: typeof CardMeta; declare const index_Carousel: typeof Carousel; declare const index_Cascader: typeof Cascader; declare const index_CheckableTag: typeof CheckableTag; declare const index_Checkbox: typeof Checkbox; declare const index_CheckboxGroup: typeof CheckboxGroup; declare const index_Collapse: typeof Collapse; declare const index_CollapsePanel: typeof CollapsePanel; declare const index_Comment: typeof Comment; declare const index_CommonPrototypes: typeof CommonPrototypes; declare const index_Container: typeof Container; declare const index_DatePicker: typeof DatePicker; declare const index_DatePickerPro: typeof DatePickerPro; declare const index_DateRangePicker: typeof DateRangePicker; declare const index_DateRangePickerPro: typeof DateRangePickerPro; declare const index_DescriptionItem: typeof DescriptionItem; declare const index_Descriptions: typeof Descriptions; declare const index_DescriptionsItem: typeof DescriptionsItem; declare const index_DirectoryTree: typeof DirectoryTree; declare const index_Divider: typeof Divider; declare const index_Drawer: typeof Drawer; declare const index_Dropdown: typeof Dropdown; declare const index_DropdownButton: typeof DropdownButton; declare const index_Each: typeof Each; declare const index_Empty: typeof Empty; declare const index_Fieldset: typeof Fieldset; declare const index_Form: typeof Form; declare const index_FormFooter: typeof FormFooter; declare const index_FormItem: typeof FormItem; declare const index_FormilyForm: typeof FormilyForm; declare const index_FormilyFormFooter: typeof FormilyFormFooter; declare const index_FormilyFormItem: typeof FormilyFormItem; declare const index_FormilyReset: typeof FormilyReset; declare const index_FormilySubmit: typeof FormilySubmit; declare const index_IFrame: typeof IFrame; declare const index_Image: typeof Image; declare const index_ImageList: typeof ImageList; declare const index_Input: typeof Input; declare const index_InputGroup: typeof InputGroup; declare const index_InputNumber: typeof InputNumber; declare const index_Interval: typeof Interval; declare const index_Link: typeof Link; declare const index_List: typeof List; declare const index_ListItem: typeof ListItem; declare const index_ListItemMeta: typeof ListItemMeta; declare const index_Mentions: typeof Mentions; declare const index_MentionsOption: typeof MentionsOption; declare const index_Menu: typeof Menu; declare const index_MenuDivider: typeof MenuDivider; declare const index_MenuItem: typeof MenuItem; declare const index_MenuItemGroup: typeof MenuItemGroup; declare const index_MenuSubMenu: typeof MenuSubMenu; declare const index_MonthPicker: typeof MonthPicker; declare const index_Page: typeof Page; declare const index_Pagination: typeof Pagination; declare const index_Paragraph: typeof Paragraph; declare const index_Password: typeof Password; declare const index_Permission: typeof Permission; declare const index_PickerCommonProps: typeof PickerCommonProps; declare const index_Popconfirm: typeof Popconfirm; declare const index_Popover: typeof Popover; declare const index_Progress: typeof Progress; declare const index_Radio: typeof Radio; declare const index_RadioGroup: typeof RadioGroup; declare const index_Rate: typeof Rate; declare const index_Result: typeof Result; declare const index_RibbonBadge: typeof RibbonBadge; declare const index_Search: typeof Search; declare const index_Section: typeof Section; declare const index_Select: typeof Select; declare const index_Skeleton: typeof Skeleton; declare const index_SkeletonAvatar: typeof SkeletonAvatar; declare const index_SkeletonButton: typeof SkeletonButton; declare const index_SkeletonImage: typeof SkeletonImage; declare const index_SkeletonInput: typeof SkeletonInput; declare const index_SkeletonNode: typeof SkeletonNode; declare const index_Slider: typeof Slider; declare const index_Space: typeof Space; declare const index_Spin: typeof Spin; declare const index_Statistic: typeof Statistic; declare const index_StatisticCountdown: typeof StatisticCountdown; declare const index_Steps: typeof Steps; declare const index_StepsItem: typeof StepsItem; declare const index_Switch: typeof Switch; declare const index_Table: typeof Table; declare const index_TableColumn: typeof TableColumn; declare const index_Tabs: typeof Tabs; declare const index_Tag: typeof Tag; declare const index_Text: typeof Text; declare const index_TextArea: typeof TextArea; declare const index_TimePicker: typeof TimePicker; declare const index_TimePickerPro: typeof TimePickerPro; declare const index_TimeRangePicker: typeof TimeRangePicker; declare const index_TimeRangePickerPro: typeof TimeRangePickerPro; declare const index_Timeline: typeof Timeline; declare const index_TimelineItem: typeof TimelineItem; declare const index_Title: typeof Title; declare const index_Toolbar: typeof Toolbar; declare const index_Tooltip: typeof Tooltip; declare const index_Transfer: typeof Transfer; declare const index_Tree: typeof Tree; declare const index_TreeNode: typeof TreeNode; declare const index_TreeSelect: typeof TreeSelect; declare const index_Typography: typeof Typography; declare const index_Upload: typeof Upload; declare const index_UploadDragger: typeof UploadDragger; declare const index_WeekPicker: typeof WeekPicker; declare const index_When: typeof When; declare const index_YearPicker: typeof YearPicker; declare namespace index { export { index_ActionPrototypes as ActionPrototypes, index_Affix as Affix, index_Alert as Alert, index_AlertErrorBoundary as AlertErrorBoundary, index_Anchor as Anchor, index_AnchorLink as AnchorLink, index_AutoComplete as AutoComplete, index_Avatar as Avatar, index_AvatarGroup as AvatarGroup, index_BackTop as BackTop, index_Badge as Badge, index_Breadcrumb as Breadcrumb, index_BreadcrumbItem as BreadcrumbItem, index_BreadcrumbSeparator as BreadcrumbSeparator, index_Button as Button, index_Calendar as Calendar, index_Card as Card, index_CardGrid as CardGrid, index_CardMeta as CardMeta, index_Carousel as Carousel, index_Cascader as Cascader, index_CheckableTag as CheckableTag, index_Checkbox as Checkbox, index_CheckboxGroup as CheckboxGroup, index_Collapse as Collapse, index_CollapsePanel as CollapsePanel, index_Comment as Comment, index_CommonPrototypes as CommonPrototypes, index_Container as Container, index_DatePicker as DatePicker, index_DatePickerPro as DatePickerPro, index_DateRangePicker as DateRangePicker, index_DateRangePickerPro as DateRangePickerPro, index_DescriptionItem as DescriptionItem, index_Descriptions as Descriptions, index_DescriptionsItem as DescriptionsItem, index_DirectoryTree as DirectoryTree, index_Divider as Divider, index_Drawer as Drawer, index_Dropdown as Dropdown, index_DropdownButton as DropdownButton, index_Each as Each, index_Empty as Empty, index_Fieldset as Fieldset, index_Form as Form, index_FormFooter as FormFooter, index_FormItem as FormItem, index_FormilyForm as FormilyForm, index_FormilyFormFooter as FormilyFormFooter, index_FormilyFormItem as FormilyFormItem, index_FormilyReset as FormilyReset, index_FormilySubmit as FormilySubmit, index_IFrame as IFrame, index_Image as Image, index_ImageList as ImageList, index_Input as Input, index_InputGroup as InputGroup, index_InputNumber as InputNumber, index_Interval as Interval, index_Link as Link, index_List as List, index_ListItem as ListItem, index_ListItemMeta as ListItemMeta, index_Mentions as Mentions, index_MentionsOption as MentionsOption, index_Menu as Menu, index_MenuDivider as MenuDivider, index_MenuItem as MenuItem, index_MenuItemGroup as MenuItemGroup, index_MenuSubMenu as MenuSubMenu, index_MonthPicker as MonthPicker, index_Page as Page, index_Pagination as Pagination, index_Paragraph as Paragraph, index_Password as Password, index_Permission as Permission, index_PickerCommonProps as PickerCommonProps, index_Popconfirm as Popconfirm, index_Popover as Popover, index_Progress as Progress, index_Radio as Radio, index_RadioGroup as RadioGroup, index_Rate as Rate, index_Result as Result, index_RibbonBadge as RibbonBadge, index_Search as Search, index_Section as Section, index_Select as Select, index_Skeleton as Skeleton, index_SkeletonAvatar as SkeletonAvatar, index_SkeletonButton as SkeletonButton, index_SkeletonImage as SkeletonImage, index_SkeletonInput as SkeletonInput, index_SkeletonNode as SkeletonNode, index_Slider as Slider, index_Space as Space, index_Spin as Spin, index_Statistic as Statistic, index_StatisticCountdown as StatisticCountdown, index_Steps as Steps, index_StepsItem as StepsItem, index_Switch as Switch, index_Table as Table, index_TableColumn as TableColumn, index_Tabs as Tabs, index_Tag as Tag, index_Text as Text, index_TextArea as TextArea, index_TimePicker as TimePicker, index_TimePickerPro as TimePickerPro, index_TimeRangePicker as TimeRangePicker, index_TimeRangePickerPro as TimeRangePickerPro, index_Timeline as Timeline, index_TimelineItem as TimelineItem, index_Title as Title, index_Toolbar as Toolbar, index_Tooltip as Tooltip, index_Transfer as Transfer, index_Tree as Tree, index_TreeNode as TreeNode, index_TreeSelect as TreeSelect, index_Typography as Typography, index_Upload as Upload, index_UploadDragger as UploadDragger, index_WeekPicker as WeekPicker, index_When as When, index_YearPicker as YearPicker }; } declare const themes: { colorCategory: Record; dataflow: DataFlow[]; ThemeDemos: PreviewerDemos; }; export { Box, Button$1 as Button, ButtonGroup, Column, Columns, Input$1 as Input, InputNumber$1 as InputNumber, Page$1 as Page, type PageProps, Paragraph$1 as Paragraph, Permission$1 as Permission, Placeholder, type PlaceholderProps, Section$1 as Section, type SectionProps, Select$1 as Select, Space$1 as Space, TextArea$1 as TextArea, Title$1 as Title, Typography$1 as Typography, index as setting, themes };