export { Columns, ColumnsProps, ConfigProvider, Container, ContainerProps, Each, EachProps, Iframe, IframeProps, Link, Paragraph, Text, Title, When, WhenProps } from './index.mjs'; import { IComponentPrototype, IComponentProp } from '@xirang/studio-helpers'; import 'antd'; import 'antd/locale/en_US'; import 'antd/locale/zh_CN'; import 'react'; import 'antd/es/typography/Paragraph'; import 'antd/es/typography/Link'; import 'antd/es/typography/Title'; import 'antd/es/typography/Text'; declare const AutoComplete: IComponentPrototype; declare const Avatar: IComponentPrototype; declare const AvatarGroup: IComponentPrototype; declare const Badge: IComponentPrototype; declare const RibbonBadge: IComponentPrototype; declare const Breadcrumb: IComponentPrototype; declare const BreadcrumbItem: IComponentPrototype; declare const BreadcrumbSeparator: IComponentPrototype; declare const ButtonProps: IComponentProp[]; 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 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 DateRangePickerProps: IComponentProp[]; 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 Dropdown: IComponentPrototype; declare const DropdownButton: IComponentPrototype; declare const Each: IComponentPrototype; declare const Form: IComponentPrototype; declare const Fieldset: IComponentPrototype; declare const FormItem: IComponentPrototype; declare const FormFooter: 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 Menu: IComponentPrototype; declare const MenuItem: IComponentPrototype; declare const MenuSubMenu: IComponentPrototype; declare const MenuItemGroup: IComponentPrototype; declare const MenuDivider: IComponentPrototype; declare const PageHeader: IComponentPrototype; declare const Page: IComponentPrototype; declare const Pagination: 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 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 Slider: IComponentPrototype; declare const Space: 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 TabPane: 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 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_AutoComplete: typeof AutoComplete; declare const index_Avatar: typeof Avatar; declare const index_AvatarGroup: typeof AvatarGroup; 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_ButtonProps: typeof ButtonProps; 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_CommonPrototypes: typeof CommonPrototypes; 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_DateRangePickerProps: typeof DateRangePickerProps; 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_Dropdown: typeof Dropdown; declare const index_DropdownButton: typeof DropdownButton; declare const index_Each: typeof Each; 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_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_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_PageHeader: typeof PageHeader; declare const index_Pagination: typeof Pagination; declare const index_Paragraph: typeof Paragraph; declare const index_Password: typeof Password; 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_RibbonBadge: typeof RibbonBadge; declare const index_Search: typeof Search; declare const index_Section: typeof Section; declare const index_Select: typeof Select; declare const index_Slider: typeof Slider; declare const index_Space: typeof Space; 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_TabPane: typeof TabPane; 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_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_AutoComplete as AutoComplete, index_Avatar as Avatar, index_AvatarGroup as AvatarGroup, index_Badge as Badge, index_Breadcrumb as Breadcrumb, index_BreadcrumbItem as BreadcrumbItem, index_BreadcrumbSeparator as BreadcrumbSeparator, index_Button as Button, index_ButtonProps as ButtonProps, 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_CommonPrototypes as CommonPrototypes, index_DatePicker as DatePicker, index_DatePickerPro as DatePickerPro, index_DateRangePicker as DateRangePicker, index_DateRangePickerPro as DateRangePickerPro, index_DateRangePickerProps as DateRangePickerProps, index_DescriptionItem as DescriptionItem, index_Descriptions as Descriptions, index_DescriptionsItem as DescriptionsItem, index_DirectoryTree as DirectoryTree, index_Divider as Divider, index_Dropdown as Dropdown, index_DropdownButton as DropdownButton, index_Each as Each, index_Fieldset as Fieldset, index_Form as Form, index_FormFooter as FormFooter, index_FormItem as FormItem, 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_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_PageHeader as PageHeader, index_Pagination as Pagination, index_Paragraph as Paragraph, index_Password as Password, 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_RibbonBadge as RibbonBadge, index_Search as Search, index_Section as Section, index_Select as Select, index_Slider as Slider, index_Space as Space, index_Statistic as Statistic, index_StatisticCountdown as StatisticCountdown, index_Steps as Steps, index_StepsItem as StepsItem, index_Switch as Switch, index_TabPane as TabPane, 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_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 category: { title: string; items: string[]; }[]; export { category, index as settings };