/* eslint eslint-comments/no-unlimited-disable: off */ /* eslint-disable */ /* Automatically generated by 'scripts/build-entry.js' */ type LayoutVisible = { layoutVisible: boolean } type Flatten = T extends object ? { [K in keyof T]: K extends string ? T[K] extends { type: string, children: object } ? Flatten : K : never }[keyof T] : never; import Alert from '../src/components-meta/alert' import Avatar from '../src/components-meta/avatar' import Breadcrumb from '../src/components-meta/breadcrumb' import Button from '../src/components-meta/button' import Card from '../src/components-meta/card' import Cascader from '../src/components-meta/cascader' import Checkbox from '../src/components-meta/checkbox' import Col from '../src/components-meta/col' import Confirm from '../src/components-meta/confirm' import DatePicker from '../src/components-meta/date-picker' import DateRangePicker from '../src/components-meta/date-range-picker' import Descriptions from '../src/components-meta/descriptions' import Detail from '../src/components-meta/detail' import Divider from '../src/components-meta/divider' import Dropdown from '../src/components-meta/dropdown' import FormList from '../src/components-meta/form-list' import FormText from '../src/components-meta/form-text' import Form from '../src/components-meta/form' import Html from '../src/components-meta/html' import Icon from '../src/components-meta/icon' import Iframe from '../src/components-meta/iframe' import Image from '../src/components-meta/image' import InputCode from '../src/components-meta/input-code' import InputGroup from '../src/components-meta/input-group' import InputNumber from '../src/components-meta/input-number' import Input from '../src/components-meta/input' import List from '../src/components-meta/list' import Menu from '../src/components-meta/menu' import Modal from '../src/components-meta/modal' import PasswordInput from '../src/components-meta/password-input' import Query from '../src/components-meta/query' import RadioGroup from '../src/components-meta/radio-group' import Radio from '../src/components-meta/radio' import Result from '../src/components-meta/result' import Row from '../src/components-meta/row' import SearchPanel from '../src/components-meta/search-panel' import Select from '../src/components-meta/select' import Statistic from '../src/components-meta/statistic' import Steps from '../src/components-meta/steps' import Switch from '../src/components-meta/switch' import TableEdit from '../src/components-meta/table-edit' import Table from '../src/components-meta/table' import Tabs from '../src/components-meta/tabs' import Tag from '../src/components-meta/tag' import Textarea from '../src/components-meta/textarea' import TimePicker from '../src/components-meta/time-picker' import Title from '../src/components-meta/title' import Transfer from '../src/components-meta/transfer' import TreeSelect from '../src/components-meta/tree-select' import Tree from '../src/components-meta/tree' import Typography from '../src/components-meta/typography' import Upload from '../src/components-meta/upload' export type AlertProperties = Record, any> export type AlertStyles = Record, any> export type AlertValidation = Record, any> export type AlertExposedVariables = Record, any> export type AvatarProperties = Record, any> export type AvatarStyles = Record, any> export type AvatarValidation = Record, any> export type AvatarExposedVariables = Record, any> export type BreadcrumbProperties = Record, any> export type BreadcrumbStyles = Record, any> export type BreadcrumbValidation = Record, any> export type BreadcrumbExposedVariables = Record, any> export type ButtonProperties = Record, any> export type ButtonStyles = Record, any> export type ButtonValidation = Record, any> export type ButtonExposedVariables = Record, any> export type CardProperties = Record, any> export type CardStyles = Record, any> export type CardValidation = Record, any> export type CardExposedVariables = Record, any> export type CascaderProperties = Record, any> export type CascaderStyles = Record, any> export type CascaderValidation = Record, any> export type CascaderExposedVariables = Record, any> export type CheckboxProperties = Record, any> export type CheckboxStyles = Record, any> export type CheckboxValidation = Record, any> export type CheckboxExposedVariables = Record, any> export type ColProperties = Record, any> export type ColStyles = Record, any> export type ColValidation = Record, any> export type ColExposedVariables = Record, any> export type ConfirmProperties = Record, any> export type ConfirmStyles = Record, any> export type ConfirmValidation = Record, any> export type ConfirmExposedVariables = Record, any> export type DatePickerProperties = Record, any> export type DatePickerStyles = Record, any> export type DatePickerValidation = Record, any> export type DatePickerExposedVariables = Record, any> export type DateRangePickerProperties = Record, any> export type DateRangePickerStyles = Record, any> export type DateRangePickerValidation = Record, any> export type DateRangePickerExposedVariables = Record, any> export type DescriptionsProperties = Record, any> export type DescriptionsStyles = Record, any> export type DescriptionsValidation = Record, any> export type DescriptionsExposedVariables = Record, any> export type DetailProperties = Record, any> export type DetailStyles = Record, any> export type DetailValidation = Record, any> export type DetailExposedVariables = Record, any> export type DividerProperties = Record, any> export type DividerStyles = Record, any> export type DividerValidation = Record, any> export type DividerExposedVariables = Record, any> export type DropdownProperties = Record, any> export type DropdownStyles = Record, any> export type DropdownValidation = Record, any> export type DropdownExposedVariables = Record, any> export type FormListProperties = Record, any> export type FormListStyles = Record, any> export type FormListValidation = Record, any> export type FormListExposedVariables = Record, any> export type FormTextProperties = Record, any> export type FormTextStyles = Record, any> export type FormTextValidation = Record, any> export type FormTextExposedVariables = Record, any> export type FormProperties = Record, any> export type FormStyles = Record, any> export type FormValidation = Record, any> export type FormExposedVariables = Record, any> export type HtmlProperties = Record, any> export type HtmlStyles = Record, any> export type HtmlValidation = Record, any> export type HtmlExposedVariables = Record, any> export type IconProperties = Record, any> export type IconStyles = Record, any> export type IconValidation = Record, any> export type IconExposedVariables = Record, any> export type IframeProperties = Record, any> export type IframeStyles = Record, any> export type IframeValidation = Record, any> export type IframeExposedVariables = Record, any> export type ImageProperties = Record, any> export type ImageStyles = Record, any> export type ImageValidation = Record, any> export type ImageExposedVariables = Record, any> export type InputCodeProperties = Record, any> export type InputCodeStyles = Record, any> export type InputCodeValidation = Record, any> export type InputCodeExposedVariables = Record, any> export type InputGroupProperties = Record, any> export type InputGroupStyles = Record, any> export type InputGroupValidation = Record, any> export type InputGroupExposedVariables = Record, any> export type InputNumberProperties = Record, any> export type InputNumberStyles = Record, any> export type InputNumberValidation = Record, any> export type InputNumberExposedVariables = Record, any> export type InputProperties = Record, any> export type InputStyles = Record, any> export type InputValidation = Record, any> export type InputExposedVariables = Record, any> export type ListProperties = Record, any> export type ListStyles = Record, any> export type ListValidation = Record, any> export type ListExposedVariables = Record, any> export type MenuProperties = Record, any> export type MenuStyles = Record, any> export type MenuValidation = Record, any> export type MenuExposedVariables = Record, any> export type ModalProperties = Record, any> export type ModalStyles = Record, any> export type ModalValidation = Record, any> export type ModalExposedVariables = Record, any> export type PasswordInputProperties = Record, any> export type PasswordInputStyles = Record, any> export type PasswordInputValidation = Record, any> export type PasswordInputExposedVariables = Record, any> export type QueryProperties = Record, any> export type QueryStyles = Record, any> export type QueryValidation = Record, any> export type QueryExposedVariables = Record, any> export type RadioGroupProperties = Record, any> export type RadioGroupStyles = Record, any> export type RadioGroupValidation = Record, any> export type RadioGroupExposedVariables = Record, any> export type RadioProperties = Record, any> export type RadioStyles = Record, any> export type RadioValidation = Record, any> export type RadioExposedVariables = Record, any> export type ResultProperties = Record, any> export type ResultStyles = Record, any> export type ResultValidation = Record, any> export type ResultExposedVariables = Record, any> export type RowProperties = Record, any> export type RowStyles = Record, any> export type RowValidation = Record, any> export type RowExposedVariables = Record, any> export type SearchPanelProperties = Record, any> export type SearchPanelStyles = Record, any> export type SearchPanelValidation = Record, any> export type SearchPanelExposedVariables = Record, any> export type SelectProperties = Record, any> export type SelectStyles = Record, any> export type SelectValidation = Record, any> export type SelectExposedVariables = Record, any> export type StatisticProperties = Record, any> export type StatisticStyles = Record, any> export type StatisticValidation = Record, any> export type StatisticExposedVariables = Record, any> export type StepsProperties = Record, any> export type StepsStyles = Record, any> export type StepsValidation = Record, any> export type StepsExposedVariables = Record, any> export type SwitchProperties = Record, any> export type SwitchStyles = Record, any> export type SwitchValidation = Record, any> export type SwitchExposedVariables = Record, any> export type TableEditProperties = Record, any> export type TableEditStyles = Record, any> export type TableEditValidation = Record, any> export type TableEditExposedVariables = Record, any> export type TableProperties = Record, any> export type TableStyles = Record, any> export type TableValidation = Record, any> export type TableExposedVariables = Record, any> export type TabsProperties = Record, any> export type TabsStyles = Record, any> export type TabsValidation = Record, any> export type TabsExposedVariables = Record, any> export type TagProperties = Record, any> export type TagStyles = Record, any> export type TagValidation = Record, any> export type TagExposedVariables = Record, any> export type TextareaProperties = Record, any> export type TextareaStyles = Record, any> export type TextareaValidation = Record, any> export type TextareaExposedVariables = Record, any> export type TimePickerProperties = Record, any> export type TimePickerStyles = Record, any> export type TimePickerValidation = Record, any> export type TimePickerExposedVariables = Record, any> export type TitleProperties = Record, any> export type TitleStyles = Record, any> export type TitleValidation = Record, any> export type TitleExposedVariables = Record, any> export type TransferProperties = Record, any> export type TransferStyles = Record, any> export type TransferValidation = Record, any> export type TransferExposedVariables = Record, any> export type TreeSelectProperties = Record, any> export type TreeSelectStyles = Record, any> export type TreeSelectValidation = Record, any> export type TreeSelectExposedVariables = Record, any> export type TreeProperties = Record, any> export type TreeStyles = Record, any> export type TreeValidation = Record, any> export type TreeExposedVariables = Record, any> export type TypographyProperties = Record, any> export type TypographyStyles = Record, any> export type TypographyValidation = Record, any> export type TypographyExposedVariables = Record, any> export type UploadProperties = Record, any> export type UploadStyles = Record, any> export type UploadValidation = Record, any> export type UploadExposedVariables = Record, any> declare global { export type Properties = LayoutVisible & ( T extends 'alert' ? AlertProperties : T extends 'avatar' ? AvatarProperties : T extends 'breadcrumb' ? BreadcrumbProperties : T extends 'button' ? ButtonProperties : T extends 'card' ? CardProperties : T extends 'cascader' ? CascaderProperties : T extends 'checkbox' ? CheckboxProperties : T extends 'col' ? ColProperties : T extends 'confirm' ? ConfirmProperties : T extends 'date-picker' ? DatePickerProperties : T extends 'date-range-picker' ? DateRangePickerProperties : T extends 'descriptions' ? DescriptionsProperties : T extends 'detail' ? DetailProperties : T extends 'divider' ? DividerProperties : T extends 'dropdown' ? DropdownProperties : T extends 'form-list' ? FormListProperties : T extends 'form-text' ? FormTextProperties : T extends 'form' ? FormProperties : T extends 'html' ? HtmlProperties : T extends 'icon' ? IconProperties : T extends 'iframe' ? IframeProperties : T extends 'image' ? ImageProperties : T extends 'input-code' ? InputCodeProperties : T extends 'input-group' ? InputGroupProperties : T extends 'input-number' ? InputNumberProperties : T extends 'input' ? InputProperties : T extends 'list' ? ListProperties : T extends 'menu' ? MenuProperties : T extends 'modal' ? ModalProperties : T extends 'password-input' ? PasswordInputProperties : T extends 'query' ? QueryProperties : T extends 'radio-group' ? RadioGroupProperties : T extends 'radio' ? RadioProperties : T extends 'result' ? ResultProperties : T extends 'row' ? RowProperties : T extends 'search-panel' ? SearchPanelProperties : T extends 'select' ? SelectProperties : T extends 'statistic' ? StatisticProperties : T extends 'steps' ? StepsProperties : T extends 'switch' ? SwitchProperties : T extends 'table-edit' ? TableEditProperties : T extends 'table' ? TableProperties : T extends 'tabs' ? TabsProperties : T extends 'tag' ? TagProperties : T extends 'textarea' ? TextareaProperties : T extends 'time-picker' ? TimePickerProperties : T extends 'title' ? TitleProperties : T extends 'transfer' ? TransferProperties : T extends 'tree-select' ? TreeSelectProperties : T extends 'tree' ? TreeProperties : T extends 'typography' ? TypographyProperties : T extends 'upload' ? UploadProperties : never ) export type Styles = T extends 'alert' ? AlertStyles : T extends 'avatar' ? AvatarStyles : T extends 'breadcrumb' ? BreadcrumbStyles : T extends 'button' ? ButtonStyles : T extends 'card' ? CardStyles : T extends 'cascader' ? CascaderStyles : T extends 'checkbox' ? CheckboxStyles : T extends 'col' ? ColStyles : T extends 'confirm' ? ConfirmStyles : T extends 'date-picker' ? DatePickerStyles : T extends 'date-range-picker' ? DateRangePickerStyles : T extends 'descriptions' ? DescriptionsStyles : T extends 'detail' ? DetailStyles : T extends 'divider' ? DividerStyles : T extends 'dropdown' ? DropdownStyles : T extends 'form-list' ? FormListStyles : T extends 'form-text' ? FormTextStyles : T extends 'form' ? FormStyles : T extends 'html' ? HtmlStyles : T extends 'icon' ? IconStyles : T extends 'iframe' ? IframeStyles : T extends 'image' ? ImageStyles : T extends 'input-code' ? InputCodeStyles : T extends 'input-group' ? InputGroupStyles : T extends 'input-number' ? InputNumberStyles : T extends 'input' ? InputStyles : T extends 'list' ? ListStyles : T extends 'menu' ? MenuStyles : T extends 'modal' ? ModalStyles : T extends 'password-input' ? PasswordInputStyles : T extends 'query' ? QueryStyles : T extends 'radio-group' ? RadioGroupStyles : T extends 'radio' ? RadioStyles : T extends 'result' ? ResultStyles : T extends 'row' ? RowStyles : T extends 'search-panel' ? SearchPanelStyles : T extends 'select' ? SelectStyles : T extends 'statistic' ? StatisticStyles : T extends 'steps' ? StepsStyles : T extends 'switch' ? SwitchStyles : T extends 'table-edit' ? TableEditStyles : T extends 'table' ? TableStyles : T extends 'tabs' ? TabsStyles : T extends 'tag' ? TagStyles : T extends 'textarea' ? TextareaStyles : T extends 'time-picker' ? TimePickerStyles : T extends 'title' ? TitleStyles : T extends 'transfer' ? TransferStyles : T extends 'tree-select' ? TreeSelectStyles : T extends 'tree' ? TreeStyles : T extends 'typography' ? TypographyStyles : T extends 'upload' ? UploadStyles : never export type Validation = T extends 'alert' ? AlertValidation : T extends 'avatar' ? AvatarValidation : T extends 'breadcrumb' ? BreadcrumbValidation : T extends 'button' ? ButtonValidation : T extends 'card' ? CardValidation : T extends 'cascader' ? CascaderValidation : T extends 'checkbox' ? CheckboxValidation : T extends 'col' ? ColValidation : T extends 'confirm' ? ConfirmValidation : T extends 'date-picker' ? DatePickerValidation : T extends 'date-range-picker' ? DateRangePickerValidation : T extends 'descriptions' ? DescriptionsValidation : T extends 'detail' ? DetailValidation : T extends 'divider' ? DividerValidation : T extends 'dropdown' ? DropdownValidation : T extends 'form-list' ? FormListValidation : T extends 'form-text' ? FormTextValidation : T extends 'form' ? FormValidation : T extends 'html' ? HtmlValidation : T extends 'icon' ? IconValidation : T extends 'iframe' ? IframeValidation : T extends 'image' ? ImageValidation : T extends 'input-code' ? InputCodeValidation : T extends 'input-group' ? InputGroupValidation : T extends 'input-number' ? InputNumberValidation : T extends 'input' ? InputValidation : T extends 'list' ? ListValidation : T extends 'menu' ? MenuValidation : T extends 'modal' ? ModalValidation : T extends 'password-input' ? PasswordInputValidation : T extends 'query' ? QueryValidation : T extends 'radio-group' ? RadioGroupValidation : T extends 'radio' ? RadioValidation : T extends 'result' ? ResultValidation : T extends 'row' ? RowValidation : T extends 'search-panel' ? SearchPanelValidation : T extends 'select' ? SelectValidation : T extends 'statistic' ? StatisticValidation : T extends 'steps' ? StepsValidation : T extends 'switch' ? SwitchValidation : T extends 'table-edit' ? TableEditValidation : T extends 'table' ? TableValidation : T extends 'tabs' ? TabsValidation : T extends 'tag' ? TagValidation : T extends 'textarea' ? TextareaValidation : T extends 'time-picker' ? TimePickerValidation : T extends 'title' ? TitleValidation : T extends 'transfer' ? TransferValidation : T extends 'tree-select' ? TreeSelectValidation : T extends 'tree' ? TreeValidation : T extends 'typography' ? TypographyValidation : T extends 'upload' ? UploadValidation : never export type ExposedVariables = T extends 'alert' ? AlertExposedVariables : T extends 'avatar' ? AvatarExposedVariables : T extends 'breadcrumb' ? BreadcrumbExposedVariables : T extends 'button' ? ButtonExposedVariables : T extends 'card' ? CardExposedVariables : T extends 'cascader' ? CascaderExposedVariables : T extends 'checkbox' ? CheckboxExposedVariables : T extends 'col' ? ColExposedVariables : T extends 'confirm' ? ConfirmExposedVariables : T extends 'date-picker' ? DatePickerExposedVariables : T extends 'date-range-picker' ? DateRangePickerExposedVariables : T extends 'descriptions' ? DescriptionsExposedVariables : T extends 'detail' ? DetailExposedVariables : T extends 'divider' ? DividerExposedVariables : T extends 'dropdown' ? DropdownExposedVariables : T extends 'form-list' ? FormListExposedVariables : T extends 'form-text' ? FormTextExposedVariables : T extends 'form' ? FormExposedVariables : T extends 'html' ? HtmlExposedVariables : T extends 'icon' ? IconExposedVariables : T extends 'iframe' ? IframeExposedVariables : T extends 'image' ? ImageExposedVariables : T extends 'input-code' ? InputCodeExposedVariables : T extends 'input-group' ? InputGroupExposedVariables : T extends 'input-number' ? InputNumberExposedVariables : T extends 'input' ? InputExposedVariables : T extends 'list' ? ListExposedVariables : T extends 'menu' ? MenuExposedVariables : T extends 'modal' ? ModalExposedVariables : T extends 'password-input' ? PasswordInputExposedVariables : T extends 'query' ? QueryExposedVariables : T extends 'radio-group' ? RadioGroupExposedVariables : T extends 'radio' ? RadioExposedVariables : T extends 'result' ? ResultExposedVariables : T extends 'row' ? RowExposedVariables : T extends 'search-panel' ? SearchPanelExposedVariables : T extends 'select' ? SelectExposedVariables : T extends 'statistic' ? StatisticExposedVariables : T extends 'steps' ? StepsExposedVariables : T extends 'switch' ? SwitchExposedVariables : T extends 'table-edit' ? TableEditExposedVariables : T extends 'table' ? TableExposedVariables : T extends 'tabs' ? TabsExposedVariables : T extends 'tag' ? TagExposedVariables : T extends 'textarea' ? TextareaExposedVariables : T extends 'time-picker' ? TimePickerExposedVariables : T extends 'title' ? TitleExposedVariables : T extends 'transfer' ? TransferExposedVariables : T extends 'tree-select' ? TreeSelectExposedVariables : T extends 'tree' ? TreeExposedVariables : T extends 'typography' ? TypographyExposedVariables : T extends 'upload' ? UploadExposedVariables : never }