@getufy/flint-ui-react 0.2.2 → 1.0.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/README.md +134 -39
- package/dist/components/FlintAccordion.d.ts +19 -5
- package/dist/components/FlintAccordionActions.d.ts +6 -2
- package/dist/components/FlintAccordionDetails.d.ts +8 -2
- package/dist/components/FlintAccordionSummary.d.ts +11 -5
- package/dist/components/FlintAlert.d.ts +21 -5
- package/dist/components/FlintAppBar.d.ts +16 -2
- package/dist/components/FlintAutocomplete.d.ts +22 -5
- package/dist/components/FlintAvatar.d.ts +13 -2
- package/dist/components/FlintBackdrop.d.ts +19 -5
- package/dist/components/FlintBadge.d.ts +18 -2
- package/dist/components/FlintBottomNavigation.d.ts +16 -5
- package/dist/components/FlintBottomNavigationAction.d.ts +17 -2
- package/dist/components/FlintBox.d.ts +67 -5
- package/dist/components/FlintBreadcrumbs.d.ts +18 -2
- package/dist/components/FlintButton.d.ts +11 -2
- package/dist/components/FlintButtonGroup.d.ts +3 -2
- package/dist/components/FlintCard.d.ts +5 -2
- package/dist/components/FlintCardActionArea.d.ts +3 -2
- package/dist/components/FlintCardActions.d.ts +3 -2
- package/dist/components/FlintCardContent.d.ts +3 -2
- package/dist/components/FlintCardHeader.d.ts +12 -2
- package/dist/components/FlintCardMedia.d.ts +6 -2
- package/dist/components/FlintCarousel.d.ts +24 -5
- package/dist/components/FlintCarouselContent.d.ts +9 -2
- package/dist/components/FlintCarouselItem.d.ts +3 -2
- package/dist/components/FlintCarouselNext.d.ts +12 -2
- package/dist/components/FlintCarouselPrevious.d.ts +12 -2
- package/dist/components/FlintCheckbox.d.ts +33 -5
- package/dist/components/FlintChip.d.ts +29 -6
- package/dist/components/FlintCircularProgress.d.ts +18 -2
- package/dist/components/FlintCollapsible.d.ts +22 -5
- package/dist/components/FlintCollapsibleContent.d.ts +11 -2
- package/dist/components/FlintCollapsibleTrigger.d.ts +13 -2
- package/dist/components/FlintCommand.d.ts +11 -5
- package/dist/components/FlintCommandDialog.d.ts +17 -5
- package/dist/components/FlintCommandEmpty.d.ts +9 -2
- package/dist/components/FlintCommandGroup.d.ts +11 -2
- package/dist/components/FlintCommandInput.d.ts +11 -2
- package/dist/components/FlintCommandItem.d.ts +22 -5
- package/dist/components/FlintCommandList.d.ts +8 -2
- package/dist/components/FlintCommandSeparator.d.ts +6 -2
- package/dist/components/FlintCommandShortcut.d.ts +9 -2
- package/dist/components/FlintContainer.d.ts +9 -2
- package/dist/components/FlintCopyButton.d.ts +32 -6
- package/dist/components/FlintDateField.d.ts +34 -6
- package/dist/components/FlintDatePicker.d.ts +35 -5
- package/dist/components/FlintDatePickerCalendar.d.ts +20 -5
- package/dist/components/FlintDateRangeCalendar.d.ts +17 -5
- package/dist/components/FlintDateRangePicker.d.ts +36 -5
- package/dist/components/FlintDesktopTimePicker.d.ts +29 -5
- package/dist/components/FlintDialog.d.ts +23 -5
- package/dist/components/FlintDialogActions.d.ts +9 -2
- package/dist/components/FlintDialogContent.d.ts +6 -2
- package/dist/components/FlintDialogContentText.d.ts +6 -2
- package/dist/components/FlintDialogTitle.d.ts +7 -2
- package/dist/components/FlintDigitalClock.d.ts +17 -5
- package/dist/components/FlintDivider.d.ts +16 -2
- package/dist/components/FlintDrawer.d.ts +27 -5
- package/dist/components/FlintEmpty.d.ts +10 -2
- package/dist/components/FlintEmptyContent.d.ts +8 -2
- package/dist/components/FlintEmptyDescription.d.ts +8 -2
- package/dist/components/FlintEmptyHeader.d.ts +8 -2
- package/dist/components/FlintEmptyMedia.d.ts +10 -2
- package/dist/components/FlintEmptyTitle.d.ts +8 -2
- package/dist/components/FlintFab.d.ts +15 -2
- package/dist/components/FlintFormatDate.d.ts +39 -2
- package/dist/components/FlintFormatNumber.d.ts +39 -2
- package/dist/components/FlintGrid.d.ts +35 -2
- package/dist/components/FlintHoverCard.d.ts +13 -2
- package/dist/components/FlintHoverCardContent.d.ts +15 -2
- package/dist/components/FlintHoverCardTrigger.d.ts +9 -2
- package/dist/components/FlintImageComparer.d.ts +19 -5
- package/dist/components/FlintImageList.d.ts +19 -2
- package/dist/components/FlintImageListItem.d.ts +21 -2
- package/dist/components/FlintImageListItemBar.d.ts +12 -2
- package/dist/components/FlintInput.d.ts +44 -6
- package/dist/components/FlintInputOtp.d.ts +36 -6
- package/dist/components/FlintInputOtpGroup.d.ts +9 -2
- package/dist/components/FlintInputOtpSeparator.d.ts +7 -2
- package/dist/components/FlintInputOtpSlot.d.ts +15 -2
- package/dist/components/FlintItem.d.ts +15 -2
- package/dist/components/FlintItemActions.d.ts +9 -2
- package/dist/components/FlintItemContent.d.ts +8 -2
- package/dist/components/FlintItemDescription.d.ts +8 -2
- package/dist/components/FlintItemFooter.d.ts +10 -2
- package/dist/components/FlintItemGroup.d.ts +8 -2
- package/dist/components/FlintItemHeader.d.ts +10 -2
- package/dist/components/FlintItemMedia.d.ts +10 -2
- package/dist/components/FlintItemSeparator.d.ts +6 -2
- package/dist/components/FlintItemTitle.d.ts +8 -2
- package/dist/components/FlintKbd.d.ts +15 -2
- package/dist/components/FlintKbdGroup.d.ts +9 -2
- package/dist/components/FlintLinearProgress.d.ts +16 -2
- package/dist/components/FlintLink.d.ts +27 -2
- package/dist/components/FlintList.d.ts +10 -2
- package/dist/components/FlintListItem.d.ts +6 -2
- package/dist/components/FlintListItemAvatar.d.ts +6 -2
- package/dist/components/FlintListItemButton.d.ts +10 -2
- package/dist/components/FlintListItemIcon.d.ts +6 -2
- package/dist/components/FlintListItemText.d.ts +10 -2
- package/dist/components/FlintListSubheader.d.ts +6 -2
- package/dist/components/FlintMenu.d.ts +24 -5
- package/dist/components/FlintMenuDivider.d.ts +6 -2
- package/dist/components/FlintMenuGroup.d.ts +11 -2
- package/dist/components/FlintMenuItem.d.ts +23 -5
- package/dist/components/FlintMenubar.d.ts +11 -2
- package/dist/components/FlintMenubarCheckboxItem.d.ts +20 -5
- package/dist/components/FlintMenubarContent.d.ts +13 -5
- package/dist/components/FlintMenubarGroup.d.ts +8 -2
- package/dist/components/FlintMenubarItem.d.ts +21 -5
- package/dist/components/FlintMenubarMenu.d.ts +8 -2
- package/dist/components/FlintMenubarRadioGroup.d.ts +13 -5
- package/dist/components/FlintMenubarRadioItem.d.ts +18 -5
- package/dist/components/FlintMenubarSeparator.d.ts +6 -2
- package/dist/components/FlintMenubarShortcut.d.ts +8 -2
- package/dist/components/FlintMenubarSub.d.ts +7 -2
- package/dist/components/FlintMenubarSubContent.d.ts +9 -2
- package/dist/components/FlintMenubarSubTrigger.d.ts +14 -2
- package/dist/components/FlintMenubarTrigger.d.ts +12 -2
- package/dist/components/FlintMobileStepper.d.ts +21 -2
- package/dist/components/FlintMobileTimePicker.d.ts +24 -5
- package/dist/components/FlintMultiSectionDigitalClock.d.ts +17 -5
- package/dist/components/FlintNavigationMenu.d.ts +8 -2
- package/dist/components/FlintNavigationMenuContent.d.ts +20 -5
- package/dist/components/FlintNavigationMenuItem.d.ts +18 -6
- package/dist/components/FlintNavigationMenuLink.d.ts +16 -2
- package/dist/components/FlintNavigationMenuList.d.ts +12 -2
- package/dist/components/FlintNavigationMenuTrigger.d.ts +12 -5
- package/dist/components/FlintPagination.d.ts +48 -5
- package/dist/components/FlintPaper.d.ts +13 -2
- package/dist/components/FlintRadio.d.ts +25 -5
- package/dist/components/FlintRadioGroup.d.ts +27 -5
- package/dist/components/FlintRangeSlider.d.ts +23 -5
- package/dist/components/FlintRating.d.ts +31 -5
- package/dist/components/FlintRelativeTime.d.ts +17 -2
- package/dist/components/FlintResizableGroup.d.ts +16 -7
- package/dist/components/FlintResizableHandle.d.ts +8 -2
- package/dist/components/FlintResizablePanel.d.ts +15 -2
- package/dist/components/FlintRichTreeView.d.ts +50 -8
- package/dist/components/FlintScrollArea.d.ts +15 -2
- package/dist/components/FlintScrollBar.d.ts +11 -2
- package/dist/components/FlintSelect.d.ts +40 -5
- package/dist/components/FlintSimpleTreeView.d.ts +28 -6
- package/dist/components/FlintSingleInputDateRangeField.d.ts +31 -6
- package/dist/components/FlintSkeleton.d.ts +18 -2
- package/dist/components/FlintSlider.d.ts +35 -5
- package/dist/components/FlintSnackbar.d.ts +36 -6
- package/dist/components/FlintSpeedDial.d.ts +28 -2
- package/dist/components/FlintSpeedDialAction.d.ts +24 -5
- package/dist/components/FlintSplitPanel.d.ts +31 -5
- package/dist/components/FlintStack.d.ts +13 -2
- package/dist/components/FlintStaticTimePicker.d.ts +14 -5
- package/dist/components/FlintStep.d.ts +39 -5
- package/dist/components/FlintStepConnector.d.ts +7 -2
- package/dist/components/FlintStepContent.d.ts +10 -2
- package/dist/components/FlintStepLabel.d.ts +15 -2
- package/dist/components/FlintStepper.d.ts +20 -5
- package/dist/components/FlintSwitch.d.ts +33 -5
- package/dist/components/FlintTab.d.ts +23 -5
- package/dist/components/FlintTabList.d.ts +14 -5
- package/dist/components/FlintTabPanel.d.ts +5 -2
- package/dist/components/FlintTable.d.ts +8 -2
- package/dist/components/FlintTableBody.d.ts +8 -2
- package/dist/components/FlintTableCell.d.ts +12 -2
- package/dist/components/FlintTableContainer.d.ts +10 -2
- package/dist/components/FlintTableFooter.d.ts +6 -2
- package/dist/components/FlintTableHead.d.ts +6 -2
- package/dist/components/FlintTablePagination.d.ts +32 -6
- package/dist/components/FlintTableRow.d.ts +10 -2
- package/dist/components/FlintTableSortLabel.d.ts +7 -2
- package/dist/components/FlintTabs.d.ts +27 -5
- package/dist/components/FlintTextField.d.ts +36 -6
- package/dist/components/FlintTextarea.d.ts +52 -6
- package/dist/components/FlintTimeClock.d.ts +21 -6
- package/dist/components/FlintTimeField.d.ts +31 -6
- package/dist/components/FlintTimePicker.d.ts +26 -5
- package/dist/components/FlintToaster.d.ts +13 -2
- package/dist/components/FlintToggle.d.ts +27 -5
- package/dist/components/FlintToggleButton.d.ts +20 -5
- package/dist/components/FlintToggleButtonGroup.d.ts +17 -5
- package/dist/components/FlintTooltip.d.ts +19 -2
- package/dist/components/FlintTransferList.d.ts +25 -5
- package/dist/components/FlintTreeItem.d.ts +34 -6
- package/dist/components/FlintTypography.d.ts +22 -2
- package/dist/components/FlintVisuallyHidden.d.ts +11 -2
- package/package.json +2 -2
|
@@ -1,7 +1,33 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { type EventName } from '@lit/react';
|
|
3
2
|
import { FlintSplitPanel as FlintSplitPanelElement } from '@getufy/flint-ui/split-panel/flint-split-panel';
|
|
4
|
-
export
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
export interface FlintSplitPanelRepositionDetail {
|
|
4
|
+
position: number;
|
|
5
|
+
positionInPixels: number;
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* `flint-split-panel` — Two adjacent panels separated by a draggable divider.
|
|
9
|
+
*
|
|
10
|
+
* @slot start - Content for the start (left/top) panel.
|
|
11
|
+
* @slot end - Content for the end (right/bottom) panel.
|
|
12
|
+
* @slot divider - Custom handle icon rendered inside the divider.
|
|
13
|
+
*/
|
|
14
|
+
export interface FlintSplitPanelProps extends React.HTMLAttributes<FlintSplitPanelElement> {
|
|
15
|
+
/** Divider position as a percentage (0–100). Defaults to 50. */
|
|
16
|
+
position?: number;
|
|
17
|
+
/** Divider position in pixels from the primary panel's edge. */
|
|
18
|
+
positionInPixels?: number;
|
|
19
|
+
/** Vertical layout — start/end panels are stacked top/bottom. */
|
|
20
|
+
vertical?: boolean;
|
|
21
|
+
/** Prevent the divider from being repositioned. */
|
|
22
|
+
disabled?: boolean;
|
|
23
|
+
/** Designates a primary panel that maintains its pixel size when the */
|
|
24
|
+
primary?: 'start' | 'end';
|
|
25
|
+
/** Space-separated snap positions (`Npx`, `N%`, `repeat(Npx)`, `repeat(N%)`), */
|
|
26
|
+
snap?: FlintSplitPanelElement['snap'];
|
|
27
|
+
/** How close (px) the divider must be to a snap point before snapping. Default: 12. */
|
|
28
|
+
snapThreshold?: number;
|
|
29
|
+
/** Emitted when the divider position changes.
|
|
30
|
+
Detail: `{ position: number; positionInPixels: number }`. */
|
|
31
|
+
onFlintSplitPanelReposition?: (event: CustomEvent<FlintSplitPanelRepositionDetail>) => void;
|
|
32
|
+
}
|
|
33
|
+
export declare const FlintSplitPanel: React.ForwardRefExoticComponent<FlintSplitPanelProps & React.RefAttributes<FlintSplitPanelElement>>;
|
|
@@ -1,4 +1,15 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { FlintStack as FlintStackElement } from '@getufy/flint-ui/stack/flint-stack';
|
|
3
|
-
export
|
|
4
|
-
|
|
3
|
+
export interface FlintStackProps extends React.HTMLAttributes<FlintStackElement> {
|
|
4
|
+
/** Flex direction of the stack layout. */
|
|
5
|
+
direction?: FlintStackElement['direction'];
|
|
6
|
+
/** Space between child items (1 unit = 8px). */
|
|
7
|
+
spacing?: FlintStackElement['spacing'];
|
|
8
|
+
/** Cross-axis alignment of stack children. */
|
|
9
|
+
alignItems?: 'flex-start' | 'center' | 'flex-end' | 'stretch' | 'baseline';
|
|
10
|
+
/** Main-axis alignment of stack children. */
|
|
11
|
+
justifyContent?: 'flex-start' | 'center' | 'flex-end' | 'space-between' | 'space-around' | 'space-evenly';
|
|
12
|
+
/** Whether to use CSS flex gap for spacing. */
|
|
13
|
+
useFlexGap?: boolean;
|
|
14
|
+
}
|
|
15
|
+
export declare const FlintStack: React.ForwardRefExoticComponent<FlintStackProps & React.RefAttributes<FlintStackElement>>;
|
|
@@ -1,7 +1,16 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { type EventName } from '@lit/react';
|
|
3
2
|
import { FlintStaticTimePicker as FlintStaticTimePickerElement } from '@getufy/flint-ui/time-picker/flint-time-picker';
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export
|
|
3
|
+
/**
|
|
4
|
+
* Static Time Picker: an always-visible inline clock.
|
|
5
|
+
*/
|
|
6
|
+
export interface FlintStaticTimePickerProps extends Omit<React.HTMLAttributes<FlintStaticTimePickerElement>, 'onChange'> {
|
|
7
|
+
/** Time value in HH:MM:SS format. */
|
|
8
|
+
value?: string;
|
|
9
|
+
/** Whether to use 12-hour (AM/PM) format instead of 24-hour. */
|
|
10
|
+
ampm?: boolean;
|
|
11
|
+
/** Whether to show a seconds section. */
|
|
12
|
+
seconds?: boolean;
|
|
13
|
+
/** Fired when the time value changes. */
|
|
14
|
+
onChange?: (event: CustomEvent) => void;
|
|
15
|
+
}
|
|
16
|
+
export declare const FlintStaticTimePicker: React.ForwardRefExoticComponent<FlintStaticTimePickerProps & React.RefAttributes<FlintStaticTimePickerElement>>;
|
|
@@ -1,7 +1,41 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { type EventName } from '@lit/react';
|
|
3
2
|
import { FlintStep as FlintStepElement } from '@getufy/flint-ui/stepper/flint-stepper';
|
|
4
|
-
export
|
|
5
|
-
|
|
6
|
-
}
|
|
7
|
-
|
|
3
|
+
export interface FlintStepClickDetail {
|
|
4
|
+
step: number;
|
|
5
|
+
}
|
|
6
|
+
/**
|
|
7
|
+
* Step: an individual step within a stepper.
|
|
8
|
+
*
|
|
9
|
+
* @slot icon - Custom step icon.
|
|
10
|
+
* @slot label - Custom label content.
|
|
11
|
+
* @slot - Step content.
|
|
12
|
+
*/
|
|
13
|
+
export interface FlintStepProps extends React.HTMLAttributes<FlintStepElement> {
|
|
14
|
+
/** Whether this step is the currently active step. */
|
|
15
|
+
active?: boolean;
|
|
16
|
+
/** Whether this step has been completed. */
|
|
17
|
+
completed?: boolean;
|
|
18
|
+
/** Whether this step is disabled and non-interactive. */
|
|
19
|
+
disabled?: boolean;
|
|
20
|
+
/** Whether this step is optional. */
|
|
21
|
+
optional?: boolean;
|
|
22
|
+
/** Whether this step is in an error state. */
|
|
23
|
+
error?: boolean;
|
|
24
|
+
/** Whether this is the last step in the stepper. */
|
|
25
|
+
last?: boolean;
|
|
26
|
+
/** Whether this step can be clicked to navigate to it. */
|
|
27
|
+
clickable?: boolean;
|
|
28
|
+
/** Layout direction of the step. */
|
|
29
|
+
orientation?: 'horizontal' | 'vertical';
|
|
30
|
+
/** Whether to display the label below the step icon instead of beside it. */
|
|
31
|
+
alternativeLabel?: boolean;
|
|
32
|
+
/** Zero-based index of this step within the stepper. */
|
|
33
|
+
stepIndex?: number;
|
|
34
|
+
/** Text shown below the label when the step is optional. */
|
|
35
|
+
optionalLabel?: string;
|
|
36
|
+
/** Set by FlintStepper — true when the immediately preceding step is completed. */
|
|
37
|
+
prevCompleted?: boolean;
|
|
38
|
+
/** Fired when a non-linear step is clicked. detail: `{ step: number }` */
|
|
39
|
+
onFlintStepClick?: (event: CustomEvent<FlintStepClickDetail>) => void;
|
|
40
|
+
}
|
|
41
|
+
export declare const FlintStep: React.ForwardRefExoticComponent<FlintStepProps & React.RefAttributes<FlintStepElement>>;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { FlintStepConnector as FlintStepConnectorElement } from '@getufy/flint-ui/stepper/flint-stepper';
|
|
3
|
-
export
|
|
4
|
-
|
|
3
|
+
export interface FlintStepConnectorProps extends React.HTMLAttributes<FlintStepConnectorElement> {
|
|
4
|
+
/** Layout direction of the connector line. */
|
|
5
|
+
orientation?: 'horizontal' | 'vertical';
|
|
6
|
+
/** Whether the connector represents a completed step transition. */
|
|
7
|
+
completed?: boolean;
|
|
8
|
+
}
|
|
9
|
+
export declare const FlintStepConnector: React.ForwardRefExoticComponent<FlintStepConnectorProps & React.RefAttributes<FlintStepConnectorElement>>;
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { FlintStepContent as FlintStepContentElement } from '@getufy/flint-ui/stepper/flint-stepper';
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
/**
|
|
4
|
+
* Step Content: the collapsible content area for a step.
|
|
5
|
+
*
|
|
6
|
+
* @slot - Step content.
|
|
7
|
+
*/
|
|
8
|
+
export interface FlintStepContentProps extends React.HTMLAttributes<FlintStepContentElement> {
|
|
9
|
+
/** Whether the content is visible. Defaults true so standalone usage always shows. */
|
|
10
|
+
open?: boolean;
|
|
11
|
+
}
|
|
12
|
+
export declare const FlintStepContent: React.ForwardRefExoticComponent<FlintStepContentProps & React.RefAttributes<FlintStepContentElement>>;
|
|
@@ -1,4 +1,17 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { FlintStepLabel as FlintStepLabelElement } from '@getufy/flint-ui/stepper/flint-stepper';
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
/**
|
|
4
|
+
* Step Label: the label for a step.
|
|
5
|
+
*
|
|
6
|
+
* @slot - Label text.
|
|
7
|
+
* @slot optional - Optional step text.
|
|
8
|
+
*/
|
|
9
|
+
export interface FlintStepLabelProps extends React.HTMLAttributes<FlintStepLabelElement> {
|
|
10
|
+
/** Whether the label's step is currently active. */
|
|
11
|
+
active?: boolean;
|
|
12
|
+
/** Whether the label's step is disabled. */
|
|
13
|
+
disabled?: boolean;
|
|
14
|
+
/** Whether the label's step is in an error state. */
|
|
15
|
+
error?: boolean;
|
|
16
|
+
}
|
|
17
|
+
export declare const FlintStepLabel: React.ForwardRefExoticComponent<FlintStepLabelProps & React.RefAttributes<FlintStepLabelElement>>;
|
|
@@ -1,7 +1,22 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { type EventName } from '@lit/react';
|
|
3
2
|
import { FlintStepper as FlintStepperElement } from '@getufy/flint-ui/stepper/flint-stepper';
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export
|
|
3
|
+
/**
|
|
4
|
+
* Stepper: a multi-step progress indicator.
|
|
5
|
+
*/
|
|
6
|
+
export interface FlintStepperProps extends React.HTMLAttributes<FlintStepperElement> {
|
|
7
|
+
/** Zero-based index of the currently active step. */
|
|
8
|
+
activeStep?: number;
|
|
9
|
+
/** Initial active step for uncontrolled usage. */
|
|
10
|
+
defaultActiveStep?: number;
|
|
11
|
+
/** Layout direction of the stepper. */
|
|
12
|
+
orientation?: 'horizontal' | 'vertical';
|
|
13
|
+
/** Whether to display step labels below the icons instead of beside them. */
|
|
14
|
+
alternativeLabel?: boolean;
|
|
15
|
+
/** Whether steps can be navigated in any order (enables clickable steps). */
|
|
16
|
+
nonLinear?: boolean;
|
|
17
|
+
/** Accessible label for the stepper landmark (maps to aria-label on the list element). */
|
|
18
|
+
label?: string;
|
|
19
|
+
/** Fired when the active step changes via step click. */
|
|
20
|
+
onFlintStepChange?: (event: CustomEvent) => void;
|
|
21
|
+
}
|
|
22
|
+
export declare const FlintStepper: React.ForwardRefExoticComponent<FlintStepperProps & React.RefAttributes<FlintStepperElement>>;
|
|
@@ -1,7 +1,35 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { type EventName } from '@lit/react';
|
|
3
2
|
import { FlintSwitch as FlintSwitchElement } from '@getufy/flint-ui/switch/flint-switch';
|
|
4
|
-
export
|
|
5
|
-
|
|
6
|
-
}
|
|
7
|
-
|
|
3
|
+
export interface FlintSwitchChangeDetail {
|
|
4
|
+
checked: boolean;
|
|
5
|
+
}
|
|
6
|
+
/**
|
|
7
|
+
* A Switch component for toggling settings.
|
|
8
|
+
*
|
|
9
|
+
* @slot icon-on - Optional icon to show when the switch is ON.
|
|
10
|
+
* @slot icon-off - Optional icon to show when the switch is OFF.
|
|
11
|
+
* @slot - Optional label content (used when the `label` prop is not set).
|
|
12
|
+
*/
|
|
13
|
+
export interface FlintSwitchProps extends Omit<React.HTMLAttributes<FlintSwitchElement>, 'defaultChecked'> {
|
|
14
|
+
/** Whether the switch is toggled on. */
|
|
15
|
+
checked?: boolean;
|
|
16
|
+
/** Disables the switch and prevents interaction. */
|
|
17
|
+
disabled?: boolean;
|
|
18
|
+
/** Marks the switch as required for form validation. */
|
|
19
|
+
required?: boolean;
|
|
20
|
+
/** Size of the switch control. */
|
|
21
|
+
size?: 'sm' | 'md' | 'lg';
|
|
22
|
+
/** Visible label text displayed next to the switch. */
|
|
23
|
+
label?: string;
|
|
24
|
+
/** Form field name used when submitting form data. */
|
|
25
|
+
name?: string;
|
|
26
|
+
/** Value submitted with form data when checked. */
|
|
27
|
+
value?: string;
|
|
28
|
+
/** Initial checked state for uncontrolled usage. */
|
|
29
|
+
defaultChecked?: boolean;
|
|
30
|
+
/** Accessible label for screen readers when no visible label is provided. */
|
|
31
|
+
ariaLabel?: string | null;
|
|
32
|
+
/** Dispatched when the switch state changes. Detail: `{ checked: boolean }` */
|
|
33
|
+
onFlintSwitchChange?: (event: CustomEvent<FlintSwitchChangeDetail>) => void;
|
|
34
|
+
}
|
|
35
|
+
export declare const FlintSwitch: React.ForwardRefExoticComponent<FlintSwitchProps & React.RefAttributes<FlintSwitchElement>>;
|
|
@@ -1,7 +1,25 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { type EventName } from '@lit/react';
|
|
3
2
|
import { FlintTab as FlintTabElement } from '@getufy/flint-ui/tabs/flint-tabs';
|
|
4
|
-
export
|
|
5
|
-
|
|
6
|
-
}
|
|
7
|
-
|
|
3
|
+
export interface FlintTabClickDetail {
|
|
4
|
+
value: string;
|
|
5
|
+
}
|
|
6
|
+
/**
|
|
7
|
+
* Tab: an individual tab button within a tab list.
|
|
8
|
+
*/
|
|
9
|
+
export interface FlintTabProps extends React.HTMLAttributes<FlintTabElement> {
|
|
10
|
+
/** Unique identifier for this tab. */
|
|
11
|
+
value?: string;
|
|
12
|
+
/** Whether the tab is disabled. */
|
|
13
|
+
disabled?: boolean;
|
|
14
|
+
/** Whether the tab is currently selected. */
|
|
15
|
+
selected?: boolean;
|
|
16
|
+
/** Position of the icon slot relative to the label. */
|
|
17
|
+
iconPosition?: 'top' | 'bottom' | 'start' | 'end';
|
|
18
|
+
/** URL to navigate to, renders the tab as a link. */
|
|
19
|
+
href?: string;
|
|
20
|
+
/** Whether the tab stretches to fill available width. */
|
|
21
|
+
fullWidth?: boolean;
|
|
22
|
+
/** Fired when the tab is clicked or activated via keyboard. */
|
|
23
|
+
onFlintTabClick?: (event: CustomEvent<FlintTabClickDetail>) => void;
|
|
24
|
+
}
|
|
25
|
+
export declare const FlintTab: React.ForwardRefExoticComponent<FlintTabProps & React.RefAttributes<FlintTabElement>>;
|
|
@@ -1,7 +1,16 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { type EventName } from '@lit/react';
|
|
3
2
|
import { FlintTabList as FlintTabListElement } from '@getufy/flint-ui/tabs/flint-tabs';
|
|
4
|
-
export
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
export interface FlintTabListProps extends React.HTMLAttributes<FlintTabListElement> {
|
|
4
|
+
/** Layout direction of the tab list. */
|
|
5
|
+
orientation?: 'horizontal' | 'vertical';
|
|
6
|
+
/** Display variant controlling tab sizing and scrollability. */
|
|
7
|
+
variant?: 'standard' | 'fullWidth' | 'scrollable';
|
|
8
|
+
/** Whether to center the tabs within the tab list. */
|
|
9
|
+
centered?: boolean;
|
|
10
|
+
/** Whether to show scroll buttons in scrollable mode. */
|
|
11
|
+
scrollButtons?: 'auto' | 'false';
|
|
12
|
+
/** Accessible label for the tab list. */
|
|
13
|
+
ariaLabel?: string;
|
|
14
|
+
onFlintTabClick?: (event: CustomEvent) => void;
|
|
15
|
+
}
|
|
16
|
+
export declare const FlintTabList: React.ForwardRefExoticComponent<FlintTabListProps & React.RefAttributes<FlintTabListElement>>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { FlintTabPanel as FlintTabPanelElement } from '@getufy/flint-ui/tabs/flint-tabs';
|
|
3
|
-
export
|
|
4
|
-
|
|
3
|
+
export interface FlintTabPanelProps extends React.HTMLAttributes<FlintTabPanelElement> {
|
|
4
|
+
/** Identifier linking this panel to its corresponding tab. */
|
|
5
|
+
value?: string;
|
|
6
|
+
}
|
|
7
|
+
export declare const FlintTabPanel: React.ForwardRefExoticComponent<FlintTabPanelProps & React.RefAttributes<FlintTabPanelElement>>;
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { FlintTable as FlintTableElement } from '@getufy/flint-ui/table/flint-table';
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
/**
|
|
4
|
+
* flint-table
|
|
5
|
+
*/
|
|
6
|
+
export interface FlintTableProps extends React.HTMLAttributes<FlintTableElement> {
|
|
7
|
+
/** Cell padding density. */
|
|
8
|
+
size?: 'medium' | 'small';
|
|
9
|
+
}
|
|
10
|
+
export declare const FlintTable: React.ForwardRefExoticComponent<FlintTableProps & React.RefAttributes<FlintTableElement>>;
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { FlintTableBody as FlintTableBodyElement } from '@getufy/flint-ui/table/flint-table';
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
/**
|
|
4
|
+
* flint-table-body
|
|
5
|
+
*/
|
|
6
|
+
export interface FlintTableBodyProps extends React.HTMLAttributes<FlintTableBodyElement> {
|
|
7
|
+
/** Enables alternating row shading. */
|
|
8
|
+
striped?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export declare const FlintTableBody: React.ForwardRefExoticComponent<FlintTableBodyProps & React.RefAttributes<FlintTableBodyElement>>;
|
|
@@ -1,4 +1,14 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { FlintTableCell as FlintTableCellElement } from '@getufy/flint-ui/table/flint-table';
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
/**
|
|
4
|
+
* flint-table-cell
|
|
5
|
+
*/
|
|
6
|
+
export interface FlintTableCellProps extends React.HTMLAttributes<FlintTableCellElement> {
|
|
7
|
+
/** Renders the cell with header styling. */
|
|
8
|
+
header?: boolean;
|
|
9
|
+
/** Text alignment within the cell. */
|
|
10
|
+
align?: 'left' | 'right' | 'center';
|
|
11
|
+
/** Padding preset for the cell. */
|
|
12
|
+
padding?: 'normal' | 'checkbox' | 'none';
|
|
13
|
+
}
|
|
14
|
+
export declare const FlintTableCell: React.ForwardRefExoticComponent<FlintTableCellProps & React.RefAttributes<FlintTableCellElement>>;
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { FlintTableContainer as FlintTableContainerElement } from '@getufy/flint-ui/table/flint-table';
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
/**
|
|
4
|
+
* flint-table-container
|
|
5
|
+
*/
|
|
6
|
+
export interface FlintTableContainerProps extends React.HTMLAttributes<FlintTableContainerElement> {
|
|
7
|
+
/** Applies a stronger box-shadow elevation. */
|
|
8
|
+
shadow?: boolean;
|
|
9
|
+
/** Sticks the table header to the top on scroll. */
|
|
10
|
+
stickyHeader?: boolean;
|
|
11
|
+
}
|
|
12
|
+
export declare const FlintTableContainer: React.ForwardRefExoticComponent<FlintTableContainerProps & React.RefAttributes<FlintTableContainerElement>>;
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { FlintTableFooter as FlintTableFooterElement } from '@getufy/flint-ui/table/flint-table';
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
/**
|
|
4
|
+
* flint-table-footer
|
|
5
|
+
*/
|
|
6
|
+
export interface FlintTableFooterProps extends React.HTMLAttributes<FlintTableFooterElement> {
|
|
7
|
+
}
|
|
8
|
+
export declare const FlintTableFooter: React.ForwardRefExoticComponent<FlintTableFooterProps & React.RefAttributes<FlintTableFooterElement>>;
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { FlintTableHead as FlintTableHeadElement } from '@getufy/flint-ui/table/flint-table';
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
/**
|
|
4
|
+
* flint-table-head
|
|
5
|
+
*/
|
|
6
|
+
export interface FlintTableHeadProps extends React.HTMLAttributes<FlintTableHeadElement> {
|
|
7
|
+
}
|
|
8
|
+
export declare const FlintTableHead: React.ForwardRefExoticComponent<FlintTableHeadProps & React.RefAttributes<FlintTableHeadElement>>;
|
|
@@ -1,8 +1,34 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { type EventName } from '@lit/react';
|
|
3
2
|
import { FlintTablePagination as FlintTablePaginationElement } from '@getufy/flint-ui/table/flint-table-pagination';
|
|
4
|
-
export
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
3
|
+
export interface FlintPaginationPageChangeDetail {
|
|
4
|
+
page: number;
|
|
5
|
+
}
|
|
6
|
+
export interface FlintPaginationRowsPerPageChangeDetail {
|
|
7
|
+
rowsPerPage: number;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Table Pagination: pagination controls for tabular data.
|
|
11
|
+
*/
|
|
12
|
+
export interface FlintTablePaginationProps extends React.HTMLAttributes<FlintTablePaginationElement> {
|
|
13
|
+
/** Total number of rows. */
|
|
14
|
+
count?: number;
|
|
15
|
+
/** Controlled current page (0-indexed). */
|
|
16
|
+
page?: number;
|
|
17
|
+
/** Controlled rows per page. */
|
|
18
|
+
rowsPerPage?: number;
|
|
19
|
+
/** Available rows-per-page options. */
|
|
20
|
+
rowsPerPageOptions?: number[];
|
|
21
|
+
/** Uncontrolled default page (applied on first render). */
|
|
22
|
+
defaultPage?: number;
|
|
23
|
+
/** Uncontrolled default rows per page. */
|
|
24
|
+
defaultRowsPerPage?: number;
|
|
25
|
+
/** Show First/Last page buttons. */
|
|
26
|
+
showFirstLast?: boolean;
|
|
27
|
+
/** Label for the rows-per-page selector. */
|
|
28
|
+
labelRowsPerPage?: string;
|
|
29
|
+
/** Fired when the current page changes. */
|
|
30
|
+
onFlintPaginationPageChange?: (event: CustomEvent<FlintPaginationPageChangeDetail>) => void;
|
|
31
|
+
/** Fired when rows per page changes. */
|
|
32
|
+
onFlintPaginationRowsPerPageChange?: (event: CustomEvent<FlintPaginationRowsPerPageChangeDetail>) => void;
|
|
33
|
+
}
|
|
34
|
+
export declare const FlintTablePagination: React.ForwardRefExoticComponent<FlintTablePaginationProps & React.RefAttributes<FlintTablePaginationElement>>;
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { FlintTableRow as FlintTableRowElement } from '@getufy/flint-ui/table/flint-table';
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
/**
|
|
4
|
+
* flint-table-row
|
|
5
|
+
*/
|
|
6
|
+
export interface FlintTableRowProps extends React.HTMLAttributes<FlintTableRowElement> {
|
|
7
|
+
/** Highlights the row as selected. */
|
|
8
|
+
selected?: boolean;
|
|
9
|
+
/** Forces hover highlight on the row. */
|
|
10
|
+
hover?: boolean;
|
|
11
|
+
}
|
|
12
|
+
export declare const FlintTableRow: React.ForwardRefExoticComponent<FlintTableRowProps & React.RefAttributes<FlintTableRowElement>>;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { FlintTableSortLabel as FlintTableSortLabelElement } from '@getufy/flint-ui/table/flint-table-sort-label';
|
|
3
|
-
export
|
|
4
|
-
|
|
3
|
+
export interface FlintTableSortLabelProps extends React.HTMLAttributes<FlintTableSortLabelElement> {
|
|
4
|
+
/** Whether this column is currently sorted. */
|
|
5
|
+
active?: boolean;
|
|
6
|
+
/** Sort direction when active. */
|
|
7
|
+
direction?: 'asc' | 'desc';
|
|
8
|
+
}
|
|
9
|
+
export declare const FlintTableSortLabel: React.ForwardRefExoticComponent<FlintTableSortLabelProps & React.RefAttributes<FlintTableSortLabelElement>>;
|
|
@@ -1,7 +1,29 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { type EventName } from '@lit/react';
|
|
3
2
|
import { FlintTabs as FlintTabsElement } from '@getufy/flint-ui/tabs/flint-tabs';
|
|
4
|
-
export
|
|
5
|
-
|
|
6
|
-
}
|
|
7
|
-
|
|
3
|
+
export interface FlintTabChangeDetail {
|
|
4
|
+
value: string;
|
|
5
|
+
}
|
|
6
|
+
/**
|
|
7
|
+
* Tabs: container that coordinates tab selection and panel visibility.
|
|
8
|
+
*/
|
|
9
|
+
export interface FlintTabsProps extends Omit<React.HTMLAttributes<FlintTabsElement>, 'defaultValue'> {
|
|
10
|
+
/** The currently active tab value. */
|
|
11
|
+
value?: string;
|
|
12
|
+
/** Layout direction of the tabs. */
|
|
13
|
+
orientation?: 'horizontal' | 'vertical';
|
|
14
|
+
/** Display variant controlling tab sizing and scrollability. */
|
|
15
|
+
variant?: 'standard' | 'fullWidth' | 'scrollable';
|
|
16
|
+
/** Whether to center the tabs. */
|
|
17
|
+
centered?: boolean;
|
|
18
|
+
/** Whether to show scroll buttons in scrollable mode. */
|
|
19
|
+
scrollButtons?: 'auto' | 'false';
|
|
20
|
+
/** 'primary' | 'secondary' | 'inherit' | any CSS color */
|
|
21
|
+
textColor?: string;
|
|
22
|
+
/** 'primary' | 'secondary' | any CSS color */
|
|
23
|
+
indicatorColor?: string;
|
|
24
|
+
/** Uncontrolled mode: initial value if `value` not set */
|
|
25
|
+
defaultValue?: string;
|
|
26
|
+
/** Fired when the active tab changes. */
|
|
27
|
+
onFlintTabChange?: (event: CustomEvent<FlintTabChangeDetail>) => void;
|
|
28
|
+
}
|
|
29
|
+
export declare const FlintTabs: React.ForwardRefExoticComponent<FlintTabsProps & React.RefAttributes<FlintTabsElement>>;
|
|
@@ -1,8 +1,38 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { type EventName } from '@lit/react';
|
|
3
2
|
import { FlintTextField as FlintTextFieldElement } from '@getufy/flint-ui/text-field/flint-text-field';
|
|
4
|
-
export
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
3
|
+
export interface InputDetail {
|
|
4
|
+
value: string;
|
|
5
|
+
}
|
|
6
|
+
export interface ChangeDetail {
|
|
7
|
+
value: string;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Text Field: a styled text input with outlined/filled variants.
|
|
11
|
+
*/
|
|
12
|
+
export interface FlintTextFieldProps extends Omit<React.HTMLAttributes<FlintTextFieldElement>, 'onInput' | 'onChange' | 'defaultValue'> {
|
|
13
|
+
/** Label text displayed above the input. */
|
|
14
|
+
label?: string;
|
|
15
|
+
/** Current value of the text field. */
|
|
16
|
+
value?: string;
|
|
17
|
+
/** Placeholder text shown when the input is empty. */
|
|
18
|
+
placeholder?: string;
|
|
19
|
+
/** HTML input type (e.g. 'text', 'password', 'email'). */
|
|
20
|
+
type?: string;
|
|
21
|
+
/** Visual style variant of the text field. */
|
|
22
|
+
variant?: 'outlined' | 'filled';
|
|
23
|
+
/** Whether the text field is disabled. */
|
|
24
|
+
disabled?: boolean;
|
|
25
|
+
/** Whether the text field is in an error state. */
|
|
26
|
+
error?: boolean;
|
|
27
|
+
/** Helper text displayed below the input. */
|
|
28
|
+
helperText?: string;
|
|
29
|
+
/** Error message displayed below the input when in error state. */
|
|
30
|
+
errorMessage?: string;
|
|
31
|
+
/** Initial value for uncontrolled usage. */
|
|
32
|
+
defaultValue?: string;
|
|
33
|
+
/** Fired on each keystroke as the value changes. */
|
|
34
|
+
onInput?: (event: CustomEvent<InputDetail>) => void;
|
|
35
|
+
/** Fired when the input loses focus after the value has changed. */
|
|
36
|
+
onChange?: (event: CustomEvent<ChangeDetail>) => void;
|
|
37
|
+
}
|
|
38
|
+
export declare const FlintTextField: React.ForwardRefExoticComponent<FlintTextFieldProps & React.RefAttributes<FlintTextFieldElement>>;
|
|
@@ -1,8 +1,54 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { type EventName } from '@lit/react';
|
|
3
2
|
import { FlintTextarea as FlintTextareaElement } from '@getufy/flint-ui/textarea/flint-textarea';
|
|
4
|
-
export
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
3
|
+
export interface FlintTextareaInputDetail {
|
|
4
|
+
value: string;
|
|
5
|
+
}
|
|
6
|
+
export interface FlintTextareaChangeDetail {
|
|
7
|
+
value: string;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* A Textarea component for multi-line text input.
|
|
11
|
+
*/
|
|
12
|
+
export interface FlintTextareaProps extends Omit<React.HTMLAttributes<FlintTextareaElement>, 'defaultValue'> {
|
|
13
|
+
/** Current textarea value. */
|
|
14
|
+
value?: string;
|
|
15
|
+
/** Placeholder text shown when empty. */
|
|
16
|
+
placeholder?: string;
|
|
17
|
+
/** Disables the textarea and prevents interaction. */
|
|
18
|
+
disabled?: boolean;
|
|
19
|
+
/** Makes the textarea read-only. */
|
|
20
|
+
readonly?: boolean;
|
|
21
|
+
/** Marks the textarea as required for form validation. */
|
|
22
|
+
required?: boolean;
|
|
23
|
+
/** Whether the textarea is in an error state. */
|
|
24
|
+
error?: boolean;
|
|
25
|
+
/** Error message displayed below the textarea. */
|
|
26
|
+
errorMessage?: string;
|
|
27
|
+
/** Help text displayed below the textarea. */
|
|
28
|
+
helperText?: string;
|
|
29
|
+
/** Label text displayed above the textarea. */
|
|
30
|
+
label?: string;
|
|
31
|
+
/** Size variant of the textarea. */
|
|
32
|
+
size?: 'sm' | 'default' | 'lg';
|
|
33
|
+
/** Number of visible text rows. */
|
|
34
|
+
rows?: number;
|
|
35
|
+
/** Maximum number of characters allowed. */
|
|
36
|
+
maxlength?: number | undefined;
|
|
37
|
+
/** Minimum number of characters required. */
|
|
38
|
+
minlength?: number | undefined;
|
|
39
|
+
/** Form field name used when submitting form data. */
|
|
40
|
+
name?: string;
|
|
41
|
+
/** Browser autocomplete hint. */
|
|
42
|
+
autocomplete?: string;
|
|
43
|
+
/** Controls the resize handle. */
|
|
44
|
+
resize?: 'none' | 'both' | 'horizontal' | 'vertical' | 'auto';
|
|
45
|
+
/** Initial value for uncontrolled usage. */
|
|
46
|
+
defaultValue?: string;
|
|
47
|
+
/** Accessible label for screen readers when no visible label is provided. */
|
|
48
|
+
ariaLabel?: string | null;
|
|
49
|
+
/** Dispatched on every keystroke. Detail: `{ value: string }` */
|
|
50
|
+
onFlintTextareaInput?: (event: CustomEvent<FlintTextareaInputDetail>) => void;
|
|
51
|
+
/** Dispatched on blur/change. Detail: `{ value: string }` */
|
|
52
|
+
onFlintTextareaChange?: (event: CustomEvent<FlintTextareaChangeDetail>) => void;
|
|
53
|
+
}
|
|
54
|
+
export declare const FlintTextarea: React.ForwardRefExoticComponent<FlintTextareaProps & React.RefAttributes<FlintTextareaElement>>;
|