@publicplan/kern-react-kit 1.0.1 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts DELETED
@@ -1,1105 +0,0 @@
1
- import * as react13 from "react";
2
- import React$1 from "react";
3
- import * as react_jsx_runtime0 from "react/jsx-runtime";
4
-
5
- //#region rolldown:runtime
6
- //#endregion
7
- //#region src/components/Accordion/Content.d.ts
8
- interface AccordionContentProps extends React.ComponentPropsWithoutRef<'section'> {}
9
- declare const AccordionContent: React.FC<AccordionContentProps>;
10
- //#endregion
11
- //#region src/components/Title/Title.d.ts
12
- type TextWrapper$1 = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p' | 'span';
13
- type TitleProps<TWrapper extends TextWrapper$1 = TextWrapper$1> = React.ComponentPropsWithoutRef<TWrapper> & {
14
- variant?: 'large' | 'default' | 'small';
15
- textWrapper?: TWrapper;
16
- text?: React.ReactNode;
17
- children?: React.ReactNode;
18
- };
19
- declare const Title: React.FC<TitleProps>;
20
- //#endregion
21
- //#region src/components/Accordion/Group.d.ts
22
- interface AccordionGroupProps extends Omit<React$1.ComponentPropsWithoutRef<'div'>, 'title'> {
23
- title?: TitleProps;
24
- }
25
- declare const AccordionGroup: React$1.FC<AccordionGroupProps>;
26
- //#endregion
27
- //#region src/components/Accordion/Root.d.ts
28
- interface AccordionRootProps extends React.ComponentPropsWithoutRef<'details'> {
29
- isOpened?: boolean;
30
- position?: number;
31
- totalItems?: number;
32
- }
33
- declare const AccordionRoot: React.FC<AccordionRootProps>;
34
- //#endregion
35
- //#region src/components/Accordion/Summary.d.ts
36
- interface AccordionSummaryProps extends Omit<React.ComponentPropsWithoutRef<'summary'>, 'title'> {
37
- title: TitleProps;
38
- }
39
- declare const AccordionSummary: React.FC<AccordionSummaryProps>;
40
- //#endregion
41
- //#region src/components/Alert/Body.d.ts
42
- interface AlertBodyProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'text'> {}
43
- declare const AlertBody: React.FC<AlertBodyProps>;
44
- //#endregion
45
- //#region src/components/Icon/Icon.d.ts
46
- type IconType = 'home' | 'arrow-up' | 'arrow-down' | 'arrow-forward' | 'arrow-back' | 'info' | 'success' | 'calendar-today' | 'warning' | 'danger' | 'open-in-new' | 'download' | 'logout' | 'checklist' | 'mail' | 'edit' | 'sign-language' | 'easy-language' | 'autorenew' | 'add' | 'close' | 'delete' | 'search' | 'question-mark' | 'more-vert' | 'content-copy' | 'visibility' | 'visibility-off' | 'check' | 'drive-folder-upload' | 'chevron-left' | 'chevron-right' | 'keyboard-double-arrow-left' | 'keyboard-double-arrow-right' | 'brightness-medium' | 'light-mode' | 'dark-mode' | 'help';
47
- interface IconProps extends React.ComponentPropsWithoutRef<'span'> {
48
- name: IconType;
49
- size?: 'small' | 'default' | 'large' | 'x-large';
50
- }
51
- declare const Icon: React.FC<IconProps>;
52
- //#endregion
53
- //#region src/components/Alert/Header.d.ts
54
- interface AlertHeaderProps extends React.ComponentPropsWithoutRef<'div'> {
55
- hasIcon?: boolean;
56
- icon?: IconProps;
57
- title: string;
58
- }
59
- declare const AlertHeader: React.FC<AlertHeaderProps>;
60
- //#endregion
61
- //#region src/types/interactive-component.d.ts
62
- /**
63
- * React Function Component with a static `isInteractive: true` property
64
- */
65
- interface InteractiveFC<P = object> extends React$1.FC<P> {
66
- isInteractive: true;
67
- }
68
- //#endregion
69
- //#region src/components/Link/Link.d.ts
70
- interface LinkProps extends React.ComponentPropsWithoutRef<'a'> {
71
- variant?: 'default' | 'small';
72
- title?: string;
73
- icon?: IconProps;
74
- iconLeft?: boolean;
75
- isStretched?: boolean;
76
- }
77
- declare const Link: InteractiveFC<LinkProps>;
78
- //#endregion
79
- //#region src/components/Alert/Link.d.ts
80
- declare const AlertLink: {
81
- (props: LinkProps): react_jsx_runtime0.JSX.Element;
82
- displayName: string;
83
- };
84
- //#endregion
85
- //#region src/components/Alert/Root.d.ts
86
- interface AlertRootProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'role'> {
87
- variant: 'info' | 'success' | 'warning' | 'danger';
88
- }
89
- declare const AlertRoot: React.FC<AlertRootProps>;
90
- //#endregion
91
- //#region src/components/Card/Body.d.ts
92
- interface CardBodyProps extends React.ComponentPropsWithoutRef<'section'> {}
93
- declare const CardBody: React.FC<CardBodyProps>;
94
- //#endregion
95
- //#region src/components/Card/Container.d.ts
96
- interface CardContainerProps extends React.ComponentPropsWithoutRef<'div'> {}
97
- declare const CardContainer: React.FC<CardContainerProps>;
98
- //#endregion
99
- //#region src/components/Card/Footer.d.ts
100
- interface CardFooterProps extends React.ComponentPropsWithoutRef<'footer'> {}
101
- declare const CardFooter: React.FC<CardFooterProps>;
102
- //#endregion
103
- //#region src/components/Card/Header.d.ts
104
- interface CardHeaderProps extends React.ComponentPropsWithoutRef<'header'> {}
105
- declare const CardHeader: React.FC<CardHeaderProps>;
106
- //#endregion
107
- //#region src/components/Card/Media.d.ts
108
- interface CardMediaProps extends React.ComponentPropsWithoutRef<'div'> {
109
- /** Image source URL */
110
- src: string;
111
- /** Alt text for the image */
112
- alt: string;
113
- /** Optional image width */
114
- width?: number | string;
115
- /** Optional image height */
116
- height?: number | string;
117
- }
118
- declare const CardMedia: React.FC<CardMediaProps>;
119
- //#endregion
120
- //#region src/components/Card/Preline.d.ts
121
- interface CardPrelineProps extends React.ComponentPropsWithoutRef<'p'> {}
122
- declare const CardPreline: React.FC<CardPrelineProps>;
123
- //#endregion
124
- //#region src/components/Card/Root.d.ts
125
- interface CardRootProps extends React.ComponentPropsWithoutRef<'article'> {
126
- /** Optional active state for the card */
127
- active?: boolean;
128
- /** Optional size for the card */
129
- size?: 'small' | 'large' | 'medium';
130
- /** Optional style for the root card */
131
- isCardHug?: boolean;
132
- }
133
- declare const CardRoot: React.FC<CardRootProps>;
134
- //#endregion
135
- //#region src/components/Card/Subline.d.ts
136
- interface CardSublineProps extends React.ComponentPropsWithoutRef<'h3'> {}
137
- declare const CardSubline: React.FC<CardSublineProps>;
138
- //#endregion
139
- //#region src/components/Card/Title.d.ts
140
- interface CardTitleProps extends React.HTMLAttributes<HTMLHeadingElement> {
141
- /** Title level (h1-h6) */
142
- textWrapper?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
143
- }
144
- declare const CardTitle: React.FC<CardTitleProps>;
145
- //#endregion
146
- //#region src/components/DescriptionList/Heading.d.ts
147
- interface DescriptionListHeadingProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'title'> {
148
- title: TitleProps;
149
- }
150
- declare const DescriptionListHeading: React.FC<DescriptionListHeadingProps>;
151
- //#endregion
152
- //#region src/components/DescriptionList/Item.d.ts
153
- interface DescriptionListItemProps extends React.ComponentPropsWithoutRef<'div'> {}
154
- declare const DescriptionListItem: React.FC<DescriptionListItemProps>;
155
- //#endregion
156
- //#region src/components/DescriptionList/Key.d.ts
157
- interface DescriptionListKeyProps extends React.ComponentPropsWithoutRef<'dt'> {}
158
- declare const DescriptionListKey: React.FC<DescriptionListKeyProps>;
159
- //#endregion
160
- //#region src/components/DescriptionList/Root.d.ts
161
- interface DescriptionListRootProps extends React.ComponentPropsWithoutRef<'dl'> {
162
- variant?: 'row' | 'column';
163
- className?: string;
164
- style?: React.CSSProperties;
165
- children: React.ReactNode;
166
- }
167
- declare const DescriptionListRoot: React.FC<DescriptionListRootProps>;
168
- //#endregion
169
- //#region src/components/DescriptionList/Value.d.ts
170
- interface DescriptionListValueProps extends React.ComponentPropsWithoutRef<'dd'> {}
171
- declare const DescriptionListValue: React.FC<DescriptionListValueProps>;
172
- //#endregion
173
- //#region src/components/Dialog/Button.d.ts
174
- interface DialogButtonProps extends Omit<React.ComponentPropsWithoutRef<'button'>, 'onClick'> {
175
- variant: 'primary' | 'secondary' | 'tertiary';
176
- title: string;
177
- onClick: (e: React.MouseEvent, context: {
178
- closeDialog: () => void;
179
- }) => void;
180
- }
181
- declare const DialogButton: React.FC<DialogButtonProps>;
182
- //#endregion
183
- //#region src/components/Dialog/Content.d.ts
184
- interface DialogContentProps extends React.ComponentPropsWithoutRef<'section'> {}
185
- declare const DialogContent: React.FC<DialogContentProps>;
186
- //#endregion
187
- //#region src/components/Dialog/Footer.d.ts
188
- interface DialogFooterProps extends React.ComponentPropsWithoutRef<'footer'> {}
189
- declare const DialogFooter: React.FC<DialogFooterProps>;
190
- //#endregion
191
- //#region src/components/Dialog/Header.d.ts
192
- interface DialogHeaderProps extends React.ComponentPropsWithoutRef<'header'> {
193
- dialogTitle: string;
194
- hasCloseButton?: boolean;
195
- }
196
- declare const DialogHeader: React.FC<DialogHeaderProps>;
197
- //#endregion
198
- //#region src/components/Dialog/Modal.d.ts
199
- interface DialogModalProps extends React.ComponentPropsWithoutRef<'dialog'> {
200
- noOverlay?: boolean;
201
- }
202
- declare const DialogModal: React.FC<DialogModalProps>;
203
- //#endregion
204
- //#region src/components/Dialog/Root.d.ts
205
- interface DialogRootProps extends React.ComponentPropsWithoutRef<'div'> {
206
- disableOverlayClose?: boolean;
207
- id?: string;
208
- }
209
- declare const DialogRoot: React.FC<DialogRootProps>;
210
- //#endregion
211
- //#region src/components/Dialog/Trigger.d.ts
212
- interface DialogTriggerProps {
213
- children: React$1.ReactNode;
214
- }
215
- declare const DialogTrigger: React$1.FC<DialogTriggerProps>;
216
- //#endregion
217
- //#region src/components/Fieldset/Content.d.ts
218
- interface FieldsetContentProps extends React.ComponentPropsWithoutRef<'div'> {
219
- horizontal?: boolean;
220
- }
221
- declare const FieldsetContent: React.FC<FieldsetContentProps>;
222
- //#endregion
223
- //#region src/components/Fieldset/Error.d.ts
224
- interface FieldsetErrorProps extends React.ComponentPropsWithoutRef<'p'> {}
225
- declare const FieldsetError: React.FC<FieldsetErrorProps>;
226
- //#endregion
227
- //#region src/components/Fieldset/Hint.d.ts
228
- interface FieldsetHintProps extends React.ComponentPropsWithoutRef<'div'> {}
229
- declare const FieldsetHint: React.FC<FieldsetHintProps>;
230
- //#endregion
231
- //#region src/components/Fieldset/Legend.d.ts
232
- interface FieldsetLegendProps extends React.ComponentPropsWithoutRef<'legend'> {
233
- hasOptionalLabel?: boolean;
234
- }
235
- declare const FieldsetLegend: React.FC<FieldsetLegendProps>;
236
- //#endregion
237
- //#region src/components/Fieldset/Root.d.ts
238
- interface FieldsetRootProps extends React$1.ComponentPropsWithoutRef<'fieldset'> {
239
- error?: boolean;
240
- }
241
- declare const FieldsetRoot: React$1.FC<FieldsetRootProps>;
242
- //#endregion
243
- //#region src/components/Grid/Column.d.ts
244
- type Breakpoint = 'sm' | 'md' | 'lg' | 'xl';
245
- type AlignItems$1 = 'start' | 'center' | 'end';
246
- interface GridColumnProps extends React.ComponentPropsWithoutRef<'div'> {
247
- breakpoint?: Breakpoint;
248
- width?: number;
249
- isOffset?: boolean;
250
- offsetWidth?: number;
251
- isSelfAlignment?: boolean;
252
- alignItem?: AlignItems$1;
253
- children: React.ReactNode;
254
- }
255
- declare const GridColumn: React.FC<GridColumnProps>;
256
- //#endregion
257
- //#region src/components/Grid/Root.d.ts
258
- interface GridRootProps extends React.ComponentPropsWithoutRef<'div'> {
259
- type?: 'fluid';
260
- }
261
- declare const GridRoot: React.FC<GridRootProps>;
262
- //#endregion
263
- //#region src/components/Grid/Row.d.ts
264
- type AlignItems = 'start' | 'center' | 'end';
265
- type HorizontalAlignment = 'start' | 'center' | 'end' | 'around' | 'between' | 'evenly';
266
- interface GridRowProps extends React$1.ComponentPropsWithoutRef<'div'> {
267
- alignItems?: AlignItems;
268
- horizontalAlignment?: HorizontalAlignment;
269
- }
270
- declare const GridRow: React$1.FC<GridRowProps>;
271
- //#endregion
272
- //#region src/components/Input/Primitives/Checkbox/CheckboxInput.d.ts
273
- interface CheckboxInputProps$1 extends Omit<React.ComponentPropsWithoutRef<'input'>, 'type' | 'aria-describedby'> {
274
- erroneous?: boolean;
275
- }
276
- declare const CheckboxInput$1: react13.ForwardRefExoticComponent<CheckboxInputProps$1 & react13.RefAttributes<HTMLInputElement>>;
277
- //#endregion
278
- //#region src/components/Input/Primitives/Email/EmailInput.d.ts
279
- interface EmailInputProps$1 extends Omit<React.ComponentPropsWithoutRef<'input'>, 'type'> {
280
- erroneous?: boolean;
281
- }
282
- declare const EmailInput$1: react13.ForwardRefExoticComponent<EmailInputProps$1 & react13.RefAttributes<HTMLInputElement>>;
283
- //#endregion
284
- //#region src/components/Input/Primitives/Error.d.ts
285
- interface InputErrorProps extends Omit<React.ComponentPropsWithoutRef<'p'>, 'role'> {
286
- message: string;
287
- id: string;
288
- }
289
- declare const InputError: ({
290
- className,
291
- message,
292
- ...props
293
- }: InputErrorProps) => react_jsx_runtime0.JSX.Element;
294
- //#endregion
295
- //#region src/components/Input/Primitives/File/FileInput.d.ts
296
- type FileExtension = `.${string}`;
297
- type MimeType = `${string}/${string}`;
298
- interface FileInputProps$1 extends Omit<React.ComponentPropsWithoutRef<'input'>, 'type'> {
299
- supportedFormats?: (FileExtension | MimeType)[];
300
- erroneous?: boolean;
301
- }
302
- declare const FileInput$1: react13.ForwardRefExoticComponent<FileInputProps$1 & react13.RefAttributes<HTMLInputElement>>;
303
- //#endregion
304
- //#region src/components/Input/Primitives/Hint.d.ts
305
- interface HintProps extends React.ComponentPropsWithoutRef<'p'> {
306
- id: string;
307
- }
308
- declare const Hint: ({
309
- className,
310
- children,
311
- ...props
312
- }: HintProps) => react_jsx_runtime0.JSX.Element;
313
- //#endregion
314
- //#region src/components/Label/Label.d.ts
315
- type TextWrapper = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p' | 'span' | 'label' | 'legend';
316
- type LabelProps$1<TWrapper extends TextWrapper = TextWrapper> = React.ComponentPropsWithoutRef<TWrapper> & {
317
- variant?: 'large' | 'default' | 'small';
318
- textWrapper?: TWrapper;
319
- text?: React.ReactNode;
320
- };
321
- declare const Label: React.FC<LabelProps$1>;
322
- //#endregion
323
- //#region src/components/Input/Primitives/Label.d.ts
324
- interface LabelProps extends Omit<LabelProps$1, 'textWrapper'> {
325
- htmlFor: string;
326
- isOptional?: boolean;
327
- }
328
- declare const Label$1: ({
329
- children,
330
- isOptional,
331
- ...props
332
- }: LabelProps) => react_jsx_runtime0.JSX.Element;
333
- //#endregion
334
- //#region src/components/Input/Primitives/Password/PasswordInput.d.ts
335
- interface PasswordInputProps$1 extends Omit<React.ComponentPropsWithoutRef<'input'>, 'type'> {
336
- erroneous?: boolean;
337
- }
338
- declare const PasswordInput$1: react13.ForwardRefExoticComponent<PasswordInputProps$1 & react13.RefAttributes<HTMLInputElement>>;
339
- //#endregion
340
- //#region src/components/Input/Primitives/Radio/RadioInput.d.ts
341
- interface RadioInputProps$1 extends Omit<React.ComponentPropsWithoutRef<'input'>, 'type' | 'aria-describedby'> {
342
- erroneous?: boolean;
343
- }
344
- declare const RadioInput$1: react13.ForwardRefExoticComponent<RadioInputProps$1 & react13.RefAttributes<HTMLInputElement>>;
345
- //#endregion
346
- //#region src/components/Input/Primitives/Root.d.ts
347
- interface RootProps extends React.HTMLAttributes<HTMLDivElement> {
348
- children: React.ReactNode;
349
- erroneous?: boolean;
350
- }
351
- declare const Root: ({
352
- className,
353
- erroneous,
354
- ...props
355
- }: RootProps) => react_jsx_runtime0.JSX.Element;
356
- //#endregion
357
- //#region src/components/Input/Primitives/Select/SelectInput.d.ts
358
- interface SelectInputProps$1 extends React.ComponentPropsWithoutRef<'select'> {
359
- erroneous?: boolean;
360
- options?: Array<{
361
- value: string;
362
- label: string;
363
- }>;
364
- }
365
- declare const SelectInput$1: react13.ForwardRefExoticComponent<SelectInputProps$1 & react13.RefAttributes<HTMLSelectElement>>;
366
- //#endregion
367
- //#region src/components/Input/Primitives/Tel/TelInput.d.ts
368
- interface TelInputProps$1 extends Omit<React.ComponentPropsWithoutRef<'input'>, 'type' | 'autoComplete'> {
369
- erroneous?: boolean;
370
- }
371
- declare const TelInput$1: react13.ForwardRefExoticComponent<TelInputProps$1 & react13.RefAttributes<HTMLInputElement>>;
372
- //#endregion
373
- //#region src/components/Input/Primitives/Text/TextInput.d.ts
374
- interface TextInputProps$1 extends Omit<React.ComponentPropsWithoutRef<'input'>, 'type'> {
375
- erroneous?: boolean;
376
- }
377
- declare const TextInput$1: react13.ForwardRefExoticComponent<TextInputProps$1 & react13.RefAttributes<HTMLInputElement>>;
378
- //#endregion
379
- //#region src/components/Input/Primitives/Textarea/TextareaInput.d.ts
380
- interface TextareaInputProps$1 extends React.ComponentPropsWithoutRef<'textarea'> {
381
- erroneous?: boolean;
382
- }
383
- declare const TextareaInput$1: react13.ForwardRefExoticComponent<TextareaInputProps$1 & react13.RefAttributes<HTMLTextAreaElement>>;
384
- //#endregion
385
- //#region src/components/Input/Primitives/Url/UrlInput.d.ts
386
- interface UrlInputProps$1 extends Omit<React.ComponentPropsWithoutRef<'input'>, 'type'> {
387
- erroneous?: boolean;
388
- }
389
- declare const UrlInput$1: react13.ForwardRefExoticComponent<UrlInputProps$1 & react13.RefAttributes<HTMLInputElement>>;
390
- //#endregion
391
- //#region src/components/Lists/Root.d.ts
392
- interface ListsRootProps extends Omit<React.ComponentPropsWithoutRef<'ol' | 'ul'>, 'type'> {
393
- children: React.ReactNode;
394
- className?: string;
395
- style?: React.CSSProperties;
396
- size?: 'default' | 'large' | 'small';
397
- type?: 'bullet' | 'number' | 'link';
398
- }
399
- declare const ListsRoot: React.FC<ListsRootProps>;
400
- //#endregion
401
- //#region src/components/Lists/Item.d.ts
402
- interface ListsItemProps extends React$1.ComponentPropsWithoutRef<'li'> {
403
- children?: React$1.ReactNode;
404
- className?: string;
405
- style?: React$1.CSSProperties;
406
- text?: string;
407
- }
408
- declare const ListsItem: React$1.FC<ListsItemProps>;
409
- //#endregion
410
- //#region src/components/Lists/Bullet.d.ts
411
- interface ListsBulletProps extends React.ComponentPropsWithoutRef<'div'> {
412
- title: string;
413
- items: string[];
414
- className?: string;
415
- style?: React.CSSProperties;
416
- }
417
- declare const ListsBullet: React.FC<ListsBulletProps>;
418
- //#endregion
419
- //#region src/components/Lists/Number.d.ts
420
- interface ListsNumberProps extends Omit<React.ComponentPropsWithoutRef<'ol'>, 'type'> {
421
- children: React.ReactNode;
422
- size?: 'default' | 'large' | 'small';
423
- type?: 'bullet' | 'number' | 'link';
424
- }
425
- declare const ListsNumber: React.FC<ListsNumberProps>;
426
- //#endregion
427
- //#region src/components/Progress/Bar.d.ts
428
- interface ProgressBarProps extends React.ComponentPropsWithoutRef<'progress'> {}
429
- declare const ProgressBar: React.FC<ProgressBarProps>;
430
- //#endregion
431
- //#region src/components/Progress/Cancel.d.ts
432
- interface ProgressCancelProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
433
- onCancel?: () => void;
434
- }
435
- declare const ProgressCancel: React.FC<ProgressCancelProps>;
436
- //#endregion
437
- //#region src/components/Progress/Header.d.ts
438
- interface ProgressHeaderProps extends React.HTMLAttributes<HTMLDivElement> {}
439
- declare const ProgressHeader: React.FC<ProgressHeaderProps>;
440
- //#endregion
441
- //#region src/components/Progress/Label.d.ts
442
- interface ProgressLabelProps extends React.LabelHTMLAttributes<HTMLLabelElement> {}
443
- declare const ProgressLabel: React.FC<ProgressLabelProps>;
444
- //#endregion
445
- //#region src/components/Progress/Percentage.d.ts
446
- interface ProgressPercentageProps extends React.HTMLAttributes<HTMLSpanElement> {
447
- formatter?: (percentage: number) => string;
448
- }
449
- declare const ProgressPercentage: React.FC<ProgressPercentageProps>;
450
- //#endregion
451
- //#region src/components/Progress/Root.d.ts
452
- interface ProgressRootProps extends React$1.HTMLAttributes<HTMLDivElement> {
453
- value: number;
454
- max?: number;
455
- progressId?: string;
456
- }
457
- interface ProgressContextValue {
458
- value: number;
459
- max: number;
460
- percentage: number;
461
- progressId: string;
462
- }
463
- declare const ProgressRoot: React$1.FC<ProgressRootProps>;
464
- //#endregion
465
- //#region src/components/Summary/Actions.d.ts
466
- interface SummaryActionsProps extends React$1.ComponentPropsWithoutRef<'div'> {
467
- children: React$1.ReactNode;
468
- }
469
- declare const SummaryActions: React$1.FC<SummaryActionsProps>;
470
- //#endregion
471
- //#region src/components/Summary/Body.d.ts
472
- interface SummaryBodyProps extends React.ComponentPropsWithoutRef<'div'> {
473
- children: React.ReactNode;
474
- }
475
- declare const SummaryBody: React.FC<SummaryBodyProps>;
476
- //#endregion
477
- //#region src/components/Summary/Group.d.ts
478
- interface SummaryGroupProps extends React.ComponentPropsWithoutRef<'div'> {
479
- children: React.ReactNode;
480
- }
481
- declare const SummaryGroup: React.FC<SummaryGroupProps>;
482
- //#endregion
483
- //#region src/components/Heading/Heading.d.ts
484
- interface HeadingProps extends React.HTMLAttributes<HTMLHeadingElement> {
485
- type: 'display' | 'x-large' | 'large' | 'medium' | 'small';
486
- headerElement: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p' | 'span';
487
- title: string;
488
- }
489
- declare const Heading: React.FC<HeadingProps>;
490
- //#endregion
491
- //#region src/components/Summary/GroupHeading.d.ts
492
- interface SummaryGroupHeadingProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'title'> {
493
- heading: HeadingProps;
494
- }
495
- declare const SummaryGroupHeading: React.FC<SummaryGroupHeadingProps>;
496
- //#endregion
497
- //#region src/components/Summary/Heading.d.ts
498
- interface SummaryHeadingProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'title'> {
499
- number?: number | string;
500
- title?: TitleProps;
501
- }
502
- declare const SummaryHeading: React.FC<SummaryHeadingProps>;
503
- //#endregion
504
- //#region src/components/Summary/Root.d.ts
505
- interface SummaryProps extends React$1.ComponentPropsWithoutRef<'div'> {
506
- variant?: 'row' | 'column';
507
- headingID: string;
508
- className?: string;
509
- style?: React$1.CSSProperties;
510
- }
511
- declare const SummaryRoot: React$1.FC<SummaryProps>;
512
- //#endregion
513
- //#region src/components/Table/Body.d.ts
514
- interface TableBodyProps extends React.ComponentPropsWithoutRef<'tbody'> {
515
- children: React.ReactNode;
516
- }
517
- declare const TableBody: React.FC<TableBodyProps>;
518
- //#endregion
519
- //#region src/components/Table/Cell.d.ts
520
- interface TableCellProps extends React.ComponentPropsWithoutRef<'td'> {
521
- numeric?: boolean;
522
- children: React.ReactNode;
523
- }
524
- declare const TableCell: React.FC<TableCellProps>;
525
- //#endregion
526
- //#region src/components/Table/Column.d.ts
527
- interface TableColumnProps extends React.ComponentPropsWithoutRef<'th'> {
528
- numeric?: boolean;
529
- scope: 'col' | 'row';
530
- children: React.ReactNode;
531
- }
532
- declare const TableColumn: React.FC<TableColumnProps>;
533
- //#endregion
534
- //#region src/components/Table/Footer.d.ts
535
- interface TableFooterProps extends React.ComponentPropsWithoutRef<'tfoot'> {
536
- children: React.ReactNode;
537
- }
538
- declare const TableFooter: React.FC<TableFooterProps>;
539
- //#endregion
540
- //#region src/components/Table/Header.d.ts
541
- interface TableHeaderProps extends React.ComponentPropsWithoutRef<'thead'> {
542
- children: React.ReactNode;
543
- }
544
- declare const TableHeader: React.FC<TableHeaderProps>;
545
- //#endregion
546
- //#region src/components/Table/Root.d.ts
547
- interface TableRootProps extends React.ComponentPropsWithoutRef<'table'> {
548
- variant?: 'default' | 'small';
549
- caption?: string;
550
- striped?: boolean;
551
- responsive?: boolean;
552
- children: React.ReactNode;
553
- }
554
- declare const TableRoot: React.FC<TableRootProps>;
555
- //#endregion
556
- //#region src/components/Table/Row.d.ts
557
- interface TableRowProps extends React.ComponentPropsWithoutRef<'tr'> {
558
- children: React.ReactNode;
559
- }
560
- declare const TableRow: React.FC<TableRowProps>;
561
- //#endregion
562
- //#region src/components/TaskList/Item.d.ts
563
- interface TaskListItemProps extends React.ComponentPropsWithoutRef<'li'> {
564
- className?: string;
565
- style?: React.CSSProperties;
566
- number?: number | string;
567
- title: string;
568
- href?: string;
569
- asParagraph?: boolean;
570
- status?: 'success' | 'warning' | 'error' | 'info' | 'neutral';
571
- statusLabel?: string;
572
- titleId?: string;
573
- statusId?: string;
574
- stretchedLink?: boolean;
575
- }
576
- declare const TaskListItem: React.FC<TaskListItemProps>;
577
- //#endregion
578
- //#region src/components/TaskList/List.d.ts
579
- interface TaskListProps extends React$1.ComponentPropsWithoutRef<'ul'> {
580
- items?: TaskListItemProps[];
581
- }
582
- declare const TaskList$1: React$1.FC<TaskListProps>;
583
- //#endregion
584
- //#region src/components/TaskList/Group.d.ts
585
- interface TaskListGroupProps extends React.ComponentPropsWithoutRef<'div'> {
586
- children: React.ReactNode;
587
- }
588
- declare const TaskListGroup: React.FC<TaskListGroupProps>;
589
- //#endregion
590
- //#region src/components/TaskList/Heading.d.ts
591
- interface TaskListHeadingProps extends React.ComponentPropsWithoutRef<'div'> {
592
- title: string;
593
- type?: HeadingProps['type'];
594
- headerElement?: HeadingProps['headerElement'];
595
- className?: string;
596
- style?: React.CSSProperties;
597
- }
598
- declare const TaskListHeading: React.FC<TaskListHeadingProps>;
599
- //#endregion
600
- //#region src/components/TaskList/Root.d.ts
601
- interface TaskListRootProps extends React.ComponentPropsWithoutRef<'div'> {}
602
- declare const TaskListRoot: React.FC<TaskListRootProps>;
603
- //#endregion
604
- //#region src/components/Badge/Badge.d.ts
605
- interface BadgeProps extends React.ComponentPropsWithoutRef<'span'> {
606
- variant: 'info' | 'success' | 'warning' | 'danger';
607
- title: string;
608
- icon?: Omit<IconProps, 'name' | 'aria-hidden'>;
609
- showIcon?: boolean;
610
- }
611
- declare const Badge: React.FC<BadgeProps>;
612
- //#endregion
613
- //#region src/components/Body/Body.d.ts
614
- interface BodyProps extends Omit<React.ComponentPropsWithoutRef<'p'>, 'text'> {
615
- isBold?: boolean;
616
- isMuted?: boolean;
617
- size?: 'large' | 'small';
618
- text?: React.ReactNode;
619
- children?: React.ReactNode;
620
- }
621
- declare const Body: React.FC<BodyProps>;
622
- //#endregion
623
- //#region src/components/Button/Button.d.ts
624
- interface ButtonProps extends Omit<React$1.ComponentPropsWithoutRef<'button'>, 'text'> {
625
- variant?: 'primary' | 'secondary' | 'tertiary';
626
- isBlock?: boolean;
627
- icon?: IconProps;
628
- iconOnly?: boolean;
629
- iconLeft?: boolean;
630
- text?: string | null;
631
- }
632
- declare const Button: React$1.FC<ButtonProps>;
633
- //#endregion
634
- //#region src/components/Divider/Divider.d.ts
635
- declare const Divider: React.FC<React.ComponentPropsWithoutRef<'hr'>>;
636
- //#endregion
637
- //#region src/components/Input/Checkbox/index.d.ts
638
- interface CheckboxInputProps extends React.ComponentPropsWithoutRef<'input'> {
639
- id: string;
640
- label?: string;
641
- error?: boolean | string;
642
- disabled?: boolean;
643
- hasOptionalLabel?: boolean;
644
- }
645
- declare const CheckboxInput: InteractiveFC<CheckboxInputProps>;
646
- //#endregion
647
- //#region src/components/Input/Date/index.d.ts
648
- interface DateInputProps extends React.ComponentPropsWithoutRef<'input'> {
649
- id: string;
650
- label?: string;
651
- error?: boolean;
652
- dateType: 'day' | 'month' | 'year';
653
- hasOptionalLabel?: boolean;
654
- }
655
- declare const DateInput: InteractiveFC<DateInputProps>;
656
- //#endregion
657
- //#region src/components/Input/Email/index.d.ts
658
- interface EmailInputProps extends React.ComponentPropsWithoutRef<'input'> {
659
- id: string;
660
- label?: string;
661
- hintText?: string;
662
- error?: string | boolean;
663
- hasOptionalLabel?: boolean;
664
- }
665
- declare const EmailInput: InteractiveFC<EmailInputProps>;
666
- //#endregion
667
- //#region src/components/Input/File/index.d.ts
668
- interface FileInputProps extends React.ComponentPropsWithoutRef<'input'> {
669
- id: string;
670
- title?: string;
671
- hintText?: string;
672
- errorMessage?: string;
673
- supportedFormats?: React.ComponentPropsWithoutRef<typeof FileInput$1>['supportedFormats'];
674
- hasOptionalLabel?: boolean;
675
- }
676
- declare const FileInput: InteractiveFC<FileInputProps>;
677
- //#endregion
678
- //#region src/components/Input/Number/index.d.ts
679
- interface NumberInputProps extends React.ComponentPropsWithoutRef<'input'> {
680
- id: string;
681
- label?: string;
682
- hintText?: string;
683
- error?: string | boolean;
684
- hasOptionalLabel?: boolean;
685
- }
686
- declare const NumberInput: InteractiveFC<NumberInputProps>;
687
- //#endregion
688
- //#region src/components/Input/Password/index.d.ts
689
- interface PasswordInputProps extends React.ComponentPropsWithoutRef<'input'> {
690
- id: string;
691
- label?: string;
692
- hintText?: string;
693
- error?: string | boolean;
694
- ariaRequired?: boolean;
695
- hasOptionalLabel?: boolean;
696
- }
697
- declare const PasswordInput: InteractiveFC<PasswordInputProps>;
698
- //#endregion
699
- //#region src/components/Input/Radio/index.d.ts
700
- interface RadioInputProps extends React.ComponentPropsWithoutRef<'input'> {
701
- id: string;
702
- label?: string;
703
- error?: boolean;
704
- disabled?: boolean;
705
- className?: string;
706
- hasOptionalLabel?: boolean;
707
- }
708
- declare const RadioInput: InteractiveFC<RadioInputProps>;
709
- //#endregion
710
- //#region src/components/Input/Select/index.d.ts
711
- interface SelectInputProps extends React.ComponentPropsWithoutRef<'select'> {
712
- id: string;
713
- label?: string;
714
- hintText?: string;
715
- errorMessage?: string;
716
- options?: Array<{
717
- value: string;
718
- label: string;
719
- }>;
720
- hasOptionalLabel?: boolean;
721
- }
722
- declare const SelectInput: InteractiveFC<SelectInputProps>;
723
- //#endregion
724
- //#region src/components/Input/Tel/index.d.ts
725
- interface TelInputProps extends React.ComponentPropsWithoutRef<'input'> {
726
- id: string;
727
- label?: string;
728
- hintText?: string;
729
- error?: string | boolean;
730
- hasOptionalLabel?: boolean;
731
- }
732
- declare const TelInput: InteractiveFC<TelInputProps>;
733
- //#endregion
734
- //#region src/components/Input/Text/index.d.ts
735
- interface TextInputProps extends React.ComponentPropsWithoutRef<'input'> {
736
- id: string;
737
- label?: string;
738
- hintText?: string;
739
- error?: boolean | string;
740
- hasOptionalLabel?: boolean;
741
- }
742
- declare const TextInput: InteractiveFC<TextInputProps>;
743
- //#endregion
744
- //#region src/components/Input/Textarea/index.d.ts
745
- interface TextareaInputProps extends React.ComponentPropsWithoutRef<'textarea'> {
746
- id: string;
747
- label?: string;
748
- hintText?: string;
749
- error?: string | boolean;
750
- hasOptionalLabel?: boolean;
751
- }
752
- declare const TextareaInput: InteractiveFC<TextareaInputProps>;
753
- //#endregion
754
- //#region src/components/Input/Url/index.d.ts
755
- interface UrlInputProps extends React.ComponentPropsWithoutRef<'input'> {
756
- id: string;
757
- label?: string;
758
- hintText?: string;
759
- error?: boolean | string;
760
- hasOptionalLabel?: boolean;
761
- }
762
- declare const UrlInput: InteractiveFC<UrlInputProps>;
763
- //#endregion
764
- //#region src/components/Kopfzeile/Kopfzeile.d.ts
765
- interface KopfzeileProps extends React.ComponentPropsWithoutRef<'div'> {
766
- label?: string;
767
- fluid?: boolean;
768
- flag?: boolean;
769
- breakpoints?: string;
770
- }
771
- declare const Kopfzeile: React.FC<KopfzeileProps>;
772
- //#endregion
773
- //#region src/components/Loader/Loader.d.ts
774
- interface LoaderProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'role' | 'aria-atomic'> {
775
- visible?: boolean;
776
- srDescription?: string;
777
- }
778
- declare const Loader: React.FC<LoaderProps>;
779
- //#endregion
780
- //#region src/components/Preline/Preline.d.ts
781
- interface PrelineProps extends React.ComponentPropsWithoutRef<'p'> {
782
- variant?: 'small' | 'default' | 'large';
783
- text?: string;
784
- }
785
- declare const Preline: React.FC<PrelineProps>;
786
- //#endregion
787
- //#region src/components/Subline/Subline.d.ts
788
- interface SublineProps extends React.ComponentPropsWithoutRef<'p'> {
789
- text?: string;
790
- variant?: 'small' | 'default' | 'large';
791
- }
792
- declare const Subline: React.FC<SublineProps>;
793
- //#endregion
794
- //#region src/components/ThemeProvider/ThemeProvider.d.ts
795
- interface ThemeColors {
796
- action?: {
797
- default?: string;
798
- onDefault?: string;
799
- visited?: string;
800
- focus?: {
801
- background?: string;
802
- borderInside?: string;
803
- borderOutside?: string;
804
- };
805
- state?: {
806
- indicator?: {
807
- default?: string;
808
- shade?: string;
809
- tint?: string;
810
- shadeHover?: string;
811
- shadeActive?: string;
812
- tintHover?: string;
813
- tintActive?: string;
814
- tintHoverOpacity?: string;
815
- tintActiveOpacity?: string;
816
- };
817
- opacity?: {
818
- hover?: number;
819
- pressed?: number;
820
- selected?: number;
821
- disabled?: number;
822
- active?: number;
823
- overlay?: number;
824
- };
825
- };
826
- };
827
- feedback?: {
828
- danger?: string;
829
- dangerBackground?: string;
830
- info?: string;
831
- infoBackground?: string;
832
- success?: string;
833
- successBackground?: string;
834
- warning?: string;
835
- warningBackground?: string;
836
- loader?: string;
837
- loaderBackground?: string;
838
- };
839
- form?: {
840
- input?: {
841
- background?: string;
842
- backgroundInverted?: string;
843
- border?: string;
844
- };
845
- };
846
- layout?: {
847
- border?: string;
848
- text?: {
849
- default?: string;
850
- inverse?: string;
851
- muted?: string;
852
- };
853
- background?: {
854
- default?: string;
855
- hued?: string;
856
- overlay?: string;
857
- };
858
- };
859
- }
860
- interface ThemeMetric {
861
- border?: {
862
- width?: {
863
- none?: string;
864
- light?: string;
865
- default?: string;
866
- bold?: string;
867
- heavy?: string;
868
- };
869
- radius?: {
870
- none?: string;
871
- small?: string;
872
- default?: string;
873
- large?: string;
874
- circle?: string;
875
- };
876
- };
877
- dimension?: {
878
- '2xSmall'?: string;
879
- xSmall?: string;
880
- small?: string;
881
- default?: string;
882
- large?: string;
883
- xLarge?: string;
884
- '2xLarge'?: string;
885
- '3xLarge'?: string;
886
- '4xLarge'?: string;
887
- '5xLarge'?: string;
888
- media?: {
889
- small?: string;
890
- default?: string;
891
- large?: string;
892
- };
893
- };
894
- space?: {
895
- none?: string;
896
- '2xSmall'?: string;
897
- xSmall?: string;
898
- small?: string;
899
- default?: string;
900
- large?: string;
901
- xLarge?: string;
902
- };
903
- screenSize?: string;
904
- baseline?: {
905
- body?: {
906
- default?: {
907
- paddingTop?: string;
908
- paddingBottom?: string;
909
- };
910
- large?: {
911
- paddingTop?: string;
912
- paddingBottom?: string;
913
- };
914
- small?: {
915
- paddingTop?: string;
916
- paddingBottom?: string;
917
- };
918
- };
919
- heading?: {
920
- display?: {
921
- paddingTop?: string;
922
- paddingBottom?: string;
923
- };
924
- xLarge?: {
925
- paddingTop?: string;
926
- paddingBottom?: string;
927
- };
928
- large?: {
929
- paddingTop?: string;
930
- paddingBottom?: string;
931
- };
932
- medium?: {
933
- paddingTop?: string;
934
- paddingBottom?: string;
935
- };
936
- small?: {
937
- paddingTop?: string;
938
- paddingBottom?: string;
939
- };
940
- };
941
- title?: {
942
- large?: {
943
- paddingTop?: string;
944
- paddingBottom?: string;
945
- };
946
- default?: {
947
- paddingTop?: string;
948
- paddingBottom?: string;
949
- };
950
- small?: {
951
- paddingTop?: string;
952
- paddingBottom?: string;
953
- };
954
- };
955
- preline?: {
956
- large?: {
957
- paddingTop?: string;
958
- paddingBottom?: string;
959
- };
960
- default?: {
961
- paddingTop?: string;
962
- paddingBottom?: string;
963
- };
964
- small?: {
965
- paddingTop?: string;
966
- paddingBottom?: string;
967
- };
968
- };
969
- subline?: {
970
- large?: {
971
- paddingTop?: string;
972
- paddingBottom?: string;
973
- };
974
- default?: {
975
- paddingTop?: string;
976
- paddingBottom?: string;
977
- };
978
- small?: {
979
- paddingTop?: string;
980
- paddingBottom?: string;
981
- };
982
- };
983
- label?: {
984
- large?: {
985
- paddingTop?: string;
986
- paddingBottom?: string;
987
- };
988
- default?: {
989
- paddingTop?: string;
990
- paddingBottom?: string;
991
- };
992
- small?: {
993
- paddingTop?: string;
994
- paddingBottom?: string;
995
- };
996
- };
997
- };
998
- }
999
- interface ThemeTypography {
1000
- fontFamily?: {
1001
- default?: string;
1002
- };
1003
- fontSize?: {
1004
- static?: {
1005
- small?: string;
1006
- medium?: string;
1007
- large?: string;
1008
- };
1009
- adaptive?: {
1010
- medium?: string;
1011
- large?: string;
1012
- xLarge?: string;
1013
- '2xLarge'?: string;
1014
- };
1015
- };
1016
- lineHeight?: {
1017
- static?: {
1018
- medium?: string;
1019
- large?: string;
1020
- };
1021
- adaptive?: {
1022
- medium?: string;
1023
- large?: string;
1024
- xLarge?: string;
1025
- '2xLarge'?: string;
1026
- };
1027
- };
1028
- fontWeight?: {
1029
- regular?: number;
1030
- medium?: number;
1031
- semiBold?: number;
1032
- };
1033
- }
1034
- interface ThemeComponent {
1035
- badge?: {
1036
- spaceLeft?: string;
1037
- };
1038
- descriptionList?: {
1039
- termMaxWidth?: string;
1040
- };
1041
- alert?: {
1042
- iconSize?: string;
1043
- };
1044
- kopfzeile?: {
1045
- fontFamily?: string;
1046
- fontSize?: string;
1047
- lineHeight?: string;
1048
- padding?: string;
1049
- };
1050
- }
1051
- interface Theme {
1052
- light?: {
1053
- color?: ThemeColors;
1054
- metric?: ThemeMetric;
1055
- typography?: ThemeTypography;
1056
- component?: ThemeComponent;
1057
- };
1058
- dark?: {
1059
- color?: ThemeColors;
1060
- metric?: ThemeMetric;
1061
- typography?: ThemeTypography;
1062
- component?: ThemeComponent;
1063
- };
1064
- color?: ThemeColors;
1065
- metric?: ThemeMetric;
1066
- typography?: ThemeTypography;
1067
- component?: ThemeComponent;
1068
- }
1069
- interface ThemeProviderProps {
1070
- theme?: Theme;
1071
- children?: React.ReactNode;
1072
- global?: boolean;
1073
- style?: React.CSSProperties;
1074
- className?: string;
1075
- }
1076
- declare const ThemeProvider: ({
1077
- theme,
1078
- children,
1079
- global,
1080
- className,
1081
- style,
1082
- ...props
1083
- }: ThemeProviderProps) => react_jsx_runtime0.JSX.Element;
1084
- //#endregion
1085
- //#region src/index.d.ts
1086
- declare const Accordion: react13.FC<AccordionRootProps> & typeof index_d_exports;
1087
- declare const Alert: react13.FC<AlertRootProps> & typeof index_d_exports$1;
1088
- declare const Card: react13.FC<CardRootProps> & typeof index_d_exports$2;
1089
- declare const DescriptionList: react13.FC<DescriptionListRootProps> & typeof index_d_exports$3;
1090
- declare const Dialog: react13.FC<DialogRootProps> & typeof index_d_exports$4;
1091
- declare const Fieldset: react13.FC<FieldsetRootProps> & typeof index_d_exports$5;
1092
- declare const Grid: react13.FC<GridRootProps> & typeof index_d_exports$6;
1093
- declare const InputPrimitive: (({
1094
- className,
1095
- erroneous,
1096
- ...props
1097
- }: RootProps) => react_jsx_runtime0.JSX.Element) & typeof index_d_exports$7;
1098
- declare const Lists: react13.FC<ListsRootProps> & typeof index_d_exports$8;
1099
- declare const Table: react13.FC<TableRootProps> & typeof index_d_exports$11;
1100
- declare const Progress: react13.FC<ProgressRootProps> & typeof index_d_exports$9;
1101
- declare const Summary: react13.FC<SummaryProps> & typeof index_d_exports$10;
1102
- declare const TaskList: react13.FC<TaskListRootProps> & typeof index_d_exports$12;
1103
- //#endregion
1104
- export { Accordion, type AccordionContentProps, type AccordionGroupProps, type AccordionRootProps, type AccordionSummaryProps, Alert, type AlertBodyProps, type AlertHeaderProps, type AlertRootProps, Badge, type BadgeProps, Body, Button, type ButtonProps, Card, type CardBodyProps, type CardContainerProps, type CardFooterProps, type CardHeaderProps, type CardMediaProps, type CardPrelineProps, type CardRootProps, type CardSublineProps, type CardTitleProps, CheckboxInput, type CheckboxInputProps, DateInput, type DateInputProps, DescriptionList, type DescriptionListItemProps, type DescriptionListKeyProps, type DescriptionListRootProps, type DescriptionListValueProps, Dialog, type DialogButtonProps, type DialogContentProps, type DialogFooterProps, type DialogHeaderProps, type DialogModalProps, type DialogRootProps, type DialogTriggerProps, Divider, EmailInput, type EmailInputProps, Fieldset, type FieldsetContentProps, type FieldsetErrorProps, type FieldsetHintProps, type FieldsetLegendProps, type FieldsetRootProps, FileInput, type FileInputProps, Grid, type GridColumnProps, type GridRootProps, type GridRowProps, Heading, Icon, type IconProps, type InputErrorProps, type HintProps as InputHintProps, type LabelProps as InputLabelProps, InputPrimitive, type RootProps as InputRootProps, Kopfzeile, type KopfzeileProps, Label, type LabelProps$1 as LabelProps, Link, type LinkProps, Lists, type ListsBulletProps, type ListsItemProps, type ListsNumberProps, type ListsRootProps, Loader, type LoaderProps, NumberInput, type NumberInputProps, PasswordInput, type PasswordInputProps, Preline, type PrelineProps, Progress, type ProgressBarProps, type ProgressCancelProps, type ProgressHeaderProps, type ProgressLabelProps, type ProgressPercentageProps, type ProgressRootProps, RadioInput, type RadioInputProps, SelectInput, type SelectInputProps, Subline, type SublineProps, Summary, type SummaryActionsProps, type SummaryBodyProps, type SummaryGroupHeadingProps, type SummaryGroupProps, type SummaryHeadingProps, type SummaryProps, Table, type TableBodyProps, type TableCellProps, type TableColumnProps, type TableFooterProps, type TableHeaderProps, type TableRootProps, type TableRowProps, TaskList, type TaskListHeadingProps, type TaskListItemProps, type TaskListProps, type TaskListRootProps, TelInput, type TelInputProps, TextInput, type TextInputProps, TextareaInput, type TextareaInputProps, type Theme, ThemeProvider, type ThemeProviderProps, Title, type TitleProps, UrlInput, type UrlInputProps };
1105
- //# sourceMappingURL=index.d.cts.map