forked from Semantic-Org/Semantic-UI-React
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.d.ts
190 lines (152 loc) · 13.4 KB
/
index.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
// Addons
export { default as Confirm, ConfirmProps } from './dist/commonjs/addons/Confirm'
export { default as Portal, PortalProps } from './dist/commonjs/addons/Portal'
export { default as Radio, RadioProps } from './dist/commonjs/addons/Radio'
export { default as Select, SelectProps } from './dist/commonjs/addons/Select'
export { default as TextArea, TextAreaProps, TextAreaOnChangeData } from './dist/commonjs/addons/TextArea'
// Collections
export { default as Breadcrumb, BreadcrumbProps } from './dist/commonjs/collections/Breadcrumb'
export {
default as BreadcrumbDivider,
BreadcrumbDividerProps
} from './dist/commonjs/collections/Breadcrumb/BreadcrumbDivider'
export {
default as BreadcrumbSection,
BreadcrumbSectionProps
} from './dist/commonjs/collections/Breadcrumb/BreadcrumbSection'
export { default as Form, FormProps } from './dist/commonjs/collections/Form'
export { default as FormButton, FormButtonProps } from './dist/commonjs/collections/Form/FormButton'
export { default as FormCheckbox, FormCheckboxProps } from './dist/commonjs/collections/Form/FormCheckbox'
export { default as FormDropdown, FormDropdownProps } from './dist/commonjs/collections/Form/FormDropdown'
export { default as FormField, FormFieldProps } from './dist/commonjs/collections/Form/FormField'
export { default as FormGroup, FormGroupProps } from './dist/commonjs/collections/Form/FormGroup'
export { default as FormInput, FormInputProps } from './dist/commonjs/collections/Form/FormInput'
export { default as FormRadio, FormRadioProps } from './dist/commonjs/collections/Form/FormRadio'
export { default as FormSelect, FormSelectProps } from './dist/commonjs/collections/Form/FormSelect'
export { default as FormTextArea, FormTextAreaProps } from './dist/commonjs/collections/Form/FormTextArea'
export { default as Grid, GridProps } from './dist/commonjs/collections/Grid'
export { default as GridColumn, GridColumnProps } from './dist/commonjs/collections/Grid/GridColumn'
export { default as GridRow, GridRowProps } from './dist/commonjs/collections/Grid/GridRow'
export { default as Menu, MenuProps } from './dist/commonjs/collections/Menu'
export { default as MenuHeader, MenuHeaderProps } from './dist/commonjs/collections/Menu/MenuHeader'
export { default as MenuItem, MenuItemProps } from './dist/commonjs/collections/Menu/MenuItem'
export { default as MenuMenu, MenuMenuProps } from './dist/commonjs/collections/Menu/MenuMenu'
export { default as Message, MessageProps } from './dist/commonjs/collections/Message'
export { default as MessageContent, MessageContentProps } from './dist/commonjs/collections/Message/MessageContent'
export { default as MessageHeader, MessageHeaderProps } from './dist/commonjs/collections/Message/MessageHeader'
export { default as MessageItem, MessageItemProps } from './dist/commonjs/collections/Message/MessageItem'
export { default as MessageList, MessageListProps } from './dist/commonjs/collections/Message/MessageList'
export { default as Table, TableProps } from './dist/commonjs/collections/Table'
export { default as TableBody, TableBodyProps } from './dist/commonjs/collections/Table/TableBody'
export { default as TableCell, TableCellProps } from './dist/commonjs/collections/Table/TableCell'
export { default as TableFooter, TableFooterProps } from './dist/commonjs/collections/Table/TableFooter'
export { default as TableHeader, TableHeaderProps } from './dist/commonjs/collections/Table/TableHeader'
export { default as TableHeaderCell, TableHeaderCellProps } from './dist/commonjs/collections/Table/TableHeaderCell'
export { default as TableRow, TableRowProps } from './dist/commonjs/collections/Table/TableRow'
// Elements
export { default as Button, ButtonProps } from './dist/commonjs/elements/Button/Button'
export { default as ButtonContent, ButtonContentProps } from './dist/commonjs/elements/Button/ButtonContent'
export { default as ButtonGroup, ButtonGroupProps } from './dist/commonjs/elements/Button/ButtonGroup'
export { default as ButtonOr, ButtonOrProps } from './dist/commonjs/elements/Button/ButtonOr'
export { default as Container, ContainerProps } from './dist/commonjs/elements/Container'
export { default as Divider, DividerProps } from './dist/commonjs/elements/Divider'
export { default as Flag, FlagProps } from './dist/commonjs/elements/Flag'
export { default as Header, HeaderProps } from './dist/commonjs/elements/Header'
export { default as HeaderContent, HeaderContentProps } from './dist/commonjs/elements/Header/HeaderContent'
export { default as HeaderSubheader, HeaderSubHeaderProps } from './dist/commonjs/elements/Header/HeaderSubheader'
export { default as Icon, IconProps } from './dist/commonjs/elements/Icon'
export { default as IconGroup, IconGroupProps } from './dist/commonjs/elements/Icon/IconGroup'
export { default as Image, ImageProps } from './dist/commonjs/elements/Image'
export { default as ImageGroup, ImageGroupProps } from './dist/commonjs/elements/Image/ImageGroup'
export { default as Input, InputProps, InputOnChangeData } from './dist/commonjs/elements/Input'
export { default as Label, LabelProps } from './dist/commonjs/elements/Label'
export { default as LabelDetail, LabelDetailProps } from './dist/commonjs/elements/Label/LabelDetail'
export { default as LabelGroup, LabelGroupProps } from './dist/commonjs/elements/Label/LabelGroup'
export { default as List, ListProps } from './dist/commonjs/elements/List'
export { default as ListContent, ListContentProps } from './dist/commonjs/elements/List/ListContent'
export { default as ListDescription, ListDescriptionProps } from './dist/commonjs/elements/List/ListDescription'
export { default as ListHeader, ListHeaderProps } from './dist/commonjs/elements/List/ListHeader'
export { default as ListIcon, ListIconProps } from './dist/commonjs/elements/List/ListIcon'
export { default as ListItem, ListItemProps } from './dist/commonjs/elements/List/ListItem'
export { default as ListList, ListListProps } from './dist/commonjs/elements/List/ListList'
export { default as Loader, LoaderProps } from './dist/commonjs/elements/Loader'
export { default as Rail, RailProps } from './dist/commonjs/elements/Rail'
export { default as Reveal, RevealProps } from './dist/commonjs/elements/Reveal'
export { default as RevealContent, RevealContentProps } from './dist/commonjs/elements/Reveal/RevealContent'
export { default as Segment, SegmentProps } from './dist/commonjs/elements/Segment'
export { default as SegmentGroup, SegmentGroupProps } from './dist/commonjs/elements/Segment/SegmentGroup'
export { default as Step, StepProps } from './dist/commonjs/elements/Step'
export { default as StepContent, StepContentProps } from './dist/commonjs/elements/Step/StepContent'
export { default as StepDescription, StepDescriptionProps } from './dist/commonjs/elements/Step/StepDescription'
export { default as StepGroup, StepGroupProps } from './dist/commonjs/elements/Step/StepGroup'
export { default as StepTitle, StepTitleProps } from './dist/commonjs/elements/Step/StepTitle'
// Modules
export { default as Accordion, AccordionProps } from './dist/commonjs/modules/Accordion/Accordion'
export { default as AccordionContent, AccordionContentProps } from './dist/commonjs/modules/Accordion/AccordionContent'
export { default as AccordionTitle, AccordionTitleProps } from './dist/commonjs/modules/Accordion/AccordionTitle'
export { default as Checkbox, CheckboxProps } from './dist/commonjs/modules/Checkbox'
export { default as Dimmer, DimmerProps } from './dist/commonjs/modules/Dimmer'
export { default as DimmerDimmable, DimmerDimmableProps } from './dist/commonjs/modules/Dimmer/DimmerDimmable'
export { default as Dropdown, DropdownProps } from './dist/commonjs/modules/Dropdown'
export { default as DropdownDivider, DropdownDividerProps } from './dist/commonjs/modules/Dropdown/DropdownDivider'
export { default as DropdownHeader, DropdownHeaderProps } from './dist/commonjs/modules/Dropdown/DropdownHeader'
export { default as DropdownItem, DropdownItemProps } from './dist/commonjs/modules/Dropdown/DropdownItem'
export { default as DropdownMenu, DropdownMenuProps } from './dist/commonjs/modules/Dropdown/DropdownMenu'
export { default as Embed, EmbedProps } from './dist/commonjs/modules/Embed'
export { default as Modal, ModalProps } from './dist/commonjs/modules/Modal'
export { default as ModalActions, ModalActionsProps } from './dist/commonjs/modules/Modal/ModalActions'
export { default as ModalContent, ModalContentProps } from './dist/commonjs/modules/Modal/ModalContent'
export { default as ModalDescription, ModalDescriptionProps } from './dist/commonjs/modules/Modal/ModalDescription'
export { default as ModalHeader, ModalHeaderProps } from './dist/commonjs/modules/Modal/ModalHeader'
export { default as Popup, PopupProps } from './dist/commonjs/modules/Popup'
export { default as PopupContent, PopupContentProps } from './dist/commonjs/modules/Popup/PopupContent'
export { default as PopupHeader, PopupHeaderProps } from './dist/commonjs/modules/Popup/PopupHeader'
export { default as Progress, ProgressProps } from './dist/commonjs/modules/Progress'
export { default as Rating, RatingProps } from './dist/commonjs/modules/Rating'
export { default as RatingIcon, RatingIconProps } from './dist/commonjs/modules/Rating/RatingIcon'
export { default as Search, SearchProps } from './dist/commonjs/modules/Search'
export { default as SearchCategory, SearchCategoryProps } from './dist/commonjs/modules/Search/SearchCategory'
export { default as SearchResult, SearchResultProps } from './dist/commonjs/modules/Search/SearchResult'
export { default as SearchResults, SearchResultsProps } from './dist/commonjs/modules/Search/SearchResults'
export { default as Sidebar, SidebarProps } from './dist/commonjs/modules/Sidebar'
export { default as SidebarPushable, SidebarPushableProps } from './dist/commonjs/modules/Sidebar/SidebarPushable'
export { default as SidebarPusher, SidebarPusherProps } from './dist/commonjs/modules/Sidebar/SidebarPusher'
// Views
export { default as Advertisement, AdvertisementProps } from './dist/commonjs/views/Advertisement'
export { default as Card, CardProps } from './dist/commonjs/views/Card'
export { default as CardContent, CardContentProps } from './dist/commonjs/views/Card/CardContent'
export { default as CardDescription, CardDescriptionProps } from './dist/commonjs/views/Card/CardDescription'
export { default as CardGroup, CardGroupProps } from './dist/commonjs/views/Card/CardGroup'
export { default as CardHeader, CardHeaderProps } from './dist/commonjs/views/Card/CardHeader'
export { default as CardMeta, CardMetaProps } from './dist/commonjs/views/Card/CardMeta'
export { default as Comment, CommentProps } from './dist/commonjs/views/Comment'
export { default as CommentAction, CommentActionProps } from './dist/commonjs/views/Comment/CommentAction'
export { default as CommentActions, CommentActionsProps } from './dist/commonjs/views/Comment/CommentActions'
export { default as CommentAuthor, CommentAuthorProps } from './dist/commonjs/views/Comment/CommentAuthor'
export { default as CommentAvatar, CommentAvatarProps } from './dist/commonjs/views/Comment/CommentAvatar'
export { default as CommentContent, CommentContentProps } from './dist/commonjs/views/Comment/CommentContent'
export { default as CommentGroup, CommentGroupProps } from './dist/commonjs/views/Comment/CommentGroup'
export { default as CommentMetadata, CommentMetadataProps } from './dist/commonjs/views/Comment/CommentMetadata'
export { default as CommentText, CommentTextProps } from './dist/commonjs/views/Comment/CommentText'
export { default as Feed, FeedProps } from './dist/commonjs/views/Feed'
export { default as FeedContent, FeedContentProps } from './dist/commonjs/views/Feed/FeedContent'
export { default as FeedDate, FeedDateProps } from './dist/commonjs/views/Feed/FeedDate'
export { default as FeedEvent, FeedEventProps } from './dist/commonjs/views/Feed/FeedEvent'
export { default as FeedExtra, FeedExtraProps } from './dist/commonjs/views/Feed/FeedExtra'
export { default as FeedLabel, FeedLabelProps } from './dist/commonjs/views/Feed/FeedLabel'
export { default as FeedLike, FeedLikeProps } from './dist/commonjs/views/Feed/FeedLike'
export { default as FeedMeta, FeedMetaProps } from './dist/commonjs/views/Feed/FeedMeta'
export { default as FeedSummary, FeedSummaryProps } from './dist/commonjs/views/Feed/FeedSummary'
export { default as FeedUser, FeedUserProps } from './dist/commonjs/views/Feed/FeedUser'
export { default as Item, ItemProps } from './dist/commonjs/views/Item'
export { default as ItemContent, ItemContentProps } from './dist/commonjs/views/Item/ItemContent'
export { default as ItemDescription, ItemDescriptionProps } from './dist/commonjs/views/Item/ItemDescription'
export { default as ItemExtra, ItemExtraProps } from './dist/commonjs/views/Item/ItemExtra'
export { default as ItemGroup, ItemGroupProps } from './dist/commonjs/views/Item/ItemGroup'
export { default as ItemHeader, ItemHeaderProps } from './dist/commonjs/views/Item/ItemHeader'
export { default as ItemImage, ItemImageProps } from './dist/commonjs/views/Item/ItemImage'
export { default as ItemMeta, ItemMetaProps } from './dist/commonjs/views/Item/ItemMeta'
export { default as Statistic, StatisticProps } from './dist/commonjs/views/Statistic'
export { default as StatisticGroup, StatisticGroupProps } from './dist/commonjs/views/Statistic/StatisticGroup'
export { default as StatisticLabel, StatisticLabelProps } from './dist/commonjs/views/Statistic/StatisticLabel'
export { default as StatisticValue, StatisticValueProps } from './dist/commonjs/views/Statistic/StatisticValue'