@aveonline/ui-react 2.30.21 → 2.31.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/tailwind.css +1 -1
- package/dist/ui/atoms/Avatar/Avatar.d.ts +1 -0
- package/dist/ui/atoms/Badge/Badge.d.ts +2 -1
- package/dist/ui/atoms/Button/Button.d.ts +1 -0
- package/dist/ui/atoms/Checkbox/Checkbox.d.ts +1 -0
- package/dist/ui/atoms/Icon/Icon.d.ts +1 -0
- package/dist/ui/atoms/Icon/Svg.d.ts +1 -0
- package/dist/ui/atoms/Logo/Logo.d.ts +1 -0
- package/dist/ui/atoms/Radio/Radio.d.ts +1 -0
- package/dist/ui/atoms/Spinner/Spinner.d.ts +1 -0
- package/dist/ui/atoms/Switch/Switch.d.ts +1 -0
- package/dist/ui/atoms/Tooltip/Tooltip.d.ts +1 -0
- package/dist/ui/atoms/Tooltip/TooltipAnchor.d.ts +1 -1
- package/dist/ui/atoms/Tooltip/TooltipFloat.d.ts +2 -1
- package/dist/ui/atoms/Tooltip/useTooltip.d.ts +1 -0
- package/dist/ui/atoms/Tracker/Tracker.d.ts +1 -0
- package/dist/ui/atoms/Typography/Heading/Heading.d.ts +2 -6
- package/dist/ui/atoms/Typography/Heading/IHeading.d.ts +1 -0
- package/dist/ui/atoms/Typography/Link/ILink.d.ts +1 -0
- package/dist/ui/atoms/Typography/Link/Link.d.ts +1 -0
- package/dist/ui/atoms/Typography/Text/IText.d.ts +1 -0
- package/dist/ui/atoms/Typography/Text/Text.d.ts +1 -4
- package/dist/ui/atoms/Typography/Text/TextRef.d.ts +1 -0
- package/dist/ui/molecules/Cards/CardHistory/CardHistory.d.ts +1 -0
- package/dist/ui/molecules/Cards/CardHistory/ICardHistory.d.ts +1 -0
- package/dist/ui/molecules/Cards/CardSelect/CardSelect.d.ts +2 -4
- package/dist/ui/molecules/Cards/CardSelect/ICardSelect.d.ts +1 -0
- package/dist/ui/molecules/Carousel/Carousel.d.ts +1 -0
- package/dist/ui/molecules/DateInputPicker/Atoms/CustomButton.d.ts +1 -0
- package/dist/ui/molecules/DateInputPicker/Atoms/CustomInput.d.ts +1 -0
- package/dist/ui/molecules/DateInputPicker/Atoms/CustomRangeInput.d.ts +1 -0
- package/dist/ui/molecules/DateInputPicker/Atoms/PluginEspecialDates.d.ts +2 -1
- package/dist/ui/molecules/DateInputPicker/DateInputPicker.d.ts +2 -1
- package/dist/ui/molecules/DateInputPicker/Datelocate.d.ts +21 -0
- package/dist/ui/molecules/DateInputPicker/IDateInputPicker.d.ts +2 -0
- package/dist/ui/molecules/Dropdowns/DropdownButton/DropdownButton.d.ts +1 -0
- package/dist/ui/molecules/Dropdowns/DropdownButton/IDropdownButton.d.ts +1 -0
- package/dist/ui/molecules/Dropdowns/DropdownFilter/Command.d.ts +1 -1
- package/dist/ui/molecules/Dropdowns/DropdownFilter/DropdownFilter.d.ts +1 -0
- package/dist/ui/molecules/Dropdowns/DropdownFilter/Popover.d.ts +2 -1
- package/dist/ui/molecules/Dropdowns/DropdownFilterMultiple/DropdownFilterMultiple.d.ts +1 -0
- package/dist/ui/molecules/Dropdowns/DropdownSummary/DropdownSummary.d.ts +1 -0
- package/dist/ui/molecules/Dropdowns/DropdownSummary/IDropdownSummary.d.ts +1 -0
- package/dist/ui/molecules/Dropdowns/DropdownUser/DropdownUser.d.ts +1 -0
- package/dist/ui/molecules/EmptyState/BoxSvg.d.ts +1 -0
- package/dist/ui/molecules/EmptyState/EmptyState.d.ts +1 -0
- package/dist/ui/molecules/EmptyState/PadlockSvg.d.ts +1 -0
- package/dist/ui/molecules/Field/Container.d.ts +1 -0
- package/dist/ui/molecules/Field/Field.d.ts +1 -4
- package/dist/ui/molecules/Field/Footer.d.ts +1 -0
- package/dist/ui/molecules/Field/IField.d.ts +1 -0
- package/dist/ui/molecules/Flag/Flag.d.ts +1 -0
- package/dist/ui/molecules/Flag/IFlag.d.ts +1 -0
- package/dist/ui/molecules/Header/Header.d.ts +1 -0
- package/dist/ui/molecules/Header/IHeader.d.ts +1 -0
- package/dist/ui/molecules/Header/NavigationMovil.d.ts +1 -0
- package/dist/ui/molecules/Indicator/Bar/Bar.d.ts +1 -0
- package/dist/ui/molecules/Indicator/Graphic/Graphic.d.ts +1 -0
- package/dist/ui/molecules/Indicator/Line/Line.d.ts +1 -0
- package/dist/ui/molecules/Indicator/Pie/IPie.d.ts +1 -0
- package/dist/ui/molecules/Indicator/Pie/Pie.d.ts +1 -0
- package/dist/ui/molecules/Indicator/TimeLine/TimeLine.d.ts +1 -0
- package/dist/ui/molecules/Indicator/TimeLine/atoms/CustomShap.d.ts +1 -0
- package/dist/ui/molecules/Indicator/TimeLine/atoms/TickX.d.ts +1 -0
- package/dist/ui/molecules/Indicator/TimeLine/atoms/TickY.d.ts +1 -0
- package/dist/ui/molecules/Indicator/TimeLine/atoms/Tooltip.d.ts +1 -0
- package/dist/ui/molecules/Indicator/TinyBar/TinyBar.d.ts +1 -0
- package/dist/ui/molecules/InlineError/InlineError.d.ts +1 -0
- package/dist/ui/molecules/Modal/IModal.d.ts +1 -0
- package/dist/ui/molecules/Modal/Modal.d.ts +1 -0
- package/dist/ui/molecules/Navigation/Navigation.d.ts +1 -0
- package/dist/ui/molecules/Selectable/AsyncCreatableSelect/AsyncCreatableSelect.d.ts +1 -0
- package/dist/ui/molecules/Selectable/AsyncSelect/AsyncSelect.d.ts +1 -0
- package/dist/ui/molecules/Selectable/Select/ISelect.d.ts +1 -0
- package/dist/ui/molecules/Selectable/Select/Select.d.ts +1 -4
- package/dist/ui/molecules/Selectable/SelectButton/Option.d.ts +1 -0
- package/dist/ui/molecules/Selectable/SelectButton/SelectButton.d.ts +1 -0
- package/dist/ui/molecules/Selectable/SelectCountry/Option.d.ts +1 -0
- package/dist/ui/molecules/Selectable/SelectCountry/Prefix.d.ts +1 -0
- package/dist/ui/molecules/Selectable/SelectCountry/SelectCountry.d.ts +1 -0
- package/dist/ui/molecules/Selectable/SelectCountry/SingleValue.d.ts +1 -0
- package/dist/ui/molecules/Selectable/atoms/ClearIndicator.d.ts +1 -0
- package/dist/ui/molecules/Selectable/atoms/Container.d.ts +1 -0
- package/dist/ui/molecules/Selectable/atoms/Control.d.ts +1 -0
- package/dist/ui/molecules/Selectable/atoms/DropdownIndicator.d.ts +1 -0
- package/dist/ui/molecules/Selectable/atoms/Option.d.ts +1 -0
- package/dist/ui/molecules/Selectable/atoms/Placeholder.d.ts +1 -0
- package/dist/ui/molecules/Selectable/atoms/SingleValue.d.ts +1 -0
- package/dist/ui/molecules/Stepper/IStepper.d.ts +1 -0
- package/dist/ui/molecules/Stepper/Stepper.d.ts +1 -0
- package/dist/ui/molecules/Summary/Summary.d.ts +1 -0
- package/dist/ui/molecules/Tab/ITab.d.ts +2 -0
- package/dist/ui/molecules/Tab/Tab.d.ts +1 -0
- package/dist/ui/molecules/TabNav/TabNav.d.ts +1 -0
- package/dist/ui/molecules/Table/AsyncTable/AsyncTable.d.ts +1 -0
- package/dist/ui/molecules/Table/AsyncTable/atoms/ButtonPagination.d.ts +1 -0
- package/dist/ui/molecules/Table/AsyncTable/atoms/InputSearch.d.ts +1 -0
- package/dist/ui/molecules/Table/AsyncTable/atoms/SortTable.d.ts +1 -0
- package/dist/ui/molecules/Table/AsyncTable/atoms/pagination/Pagination.d.ts +1 -0
- package/dist/ui/molecules/Table/Table/Table.d.ts +1 -0
- package/dist/ui/molecules/Table/Table/atoms/ButtonPagination.d.ts +1 -0
- package/dist/ui/molecules/Table/Table/atoms/InputSearch.d.ts +1 -0
- package/dist/ui/molecules/Table/Table/atoms/Pagination.d.ts +1 -0
- package/dist/ui/molecules/Table/Table/atoms/SortTable.d.ts +1 -0
- package/dist/ui/molecules/TextArea/Footer.d.ts +1 -0
- package/dist/ui/molecules/TextArea/ITextArea.d.ts +2 -2
- package/dist/ui/molecules/TextArea/TextArea.d.ts +9 -2
- package/dist/ui/templates/Main/Main.d.ts +1 -0
- package/dist/ui-react.mjs +13168 -12851
- package/package.json +4 -1
|
@@ -12,7 +12,7 @@ declare const Command: React.ForwardRefExoticComponent<Pick<{
|
|
|
12
12
|
declare const CommandInput: React.ForwardRefExoticComponent<Pick<Omit<React.InputHTMLAttributes<HTMLInputElement>, "type" | "value" | "onChange"> & {
|
|
13
13
|
value?: string | undefined;
|
|
14
14
|
onValueChange?: ((search: string) => void) | undefined;
|
|
15
|
-
} & React.RefAttributes<HTMLInputElement>, "size" | "className" | "color" | "disabled" | "children" | "
|
|
15
|
+
} & React.RefAttributes<HTMLInputElement>, "size" | "className" | "color" | "disabled" | "children" | "src" | "alt" | "form" | "slot" | "style" | "title" | "pattern" | "onClick" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "list" | "step" | "checked" | "key" | "accept" | "autoComplete" | "capture" | "crossOrigin" | "height" | "max" | "maxLength" | "min" | "minLength" | "multiple" | "readOnly" | "required" | "width" | "enterKeyHint" | "onValueChange"> & React.RefAttributes<HTMLInputElement>>;
|
|
16
16
|
declare const CommandList: React.ForwardRefExoticComponent<Pick<{
|
|
17
17
|
children?: React.ReactNode;
|
|
18
18
|
} & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { IDropdownFilter } from '.';
|
|
2
3
|
export default function DropdownFilter({ title, titleNotFound, placeholderSearch, titleClearFilter, hasButtonWithBorder, variantButton, options, icon, sizeIcon, showCountSelected, onSelected }: IDropdownFilter): JSX.Element;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import * as PopoverPrimitive from '@radix-ui/react-popover';
|
|
2
3
|
declare const Popover: import("react").FC<PopoverPrimitive.PopoverProps>;
|
|
3
4
|
declare const PopoverTrigger: import("react").ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
4
|
-
declare const PopoverContent: import("react").ForwardRefExoticComponent<Pick<PopoverPrimitive.PopoverContentProps & import("react").RefAttributes<HTMLDivElement>,
|
|
5
|
+
declare const PopoverContent: import("react").ForwardRefExoticComponent<Pick<Pick<PopoverPrimitive.PopoverContentProps & import("react").RefAttributes<HTMLDivElement>, string | number | symbol>, string | number | symbol> & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
6
|
export { Popover, PopoverTrigger, PopoverContent };
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { IPropsDropdown } from './IDropdownSummary';
|
|
2
3
|
/**
|
|
3
4
|
* Page actions let merchants take key actions at the bottom of specific pages in the interface. This is important because sometimes the primary call to action is hard to access when merchants are at the bottom of a page, that’s why this component is fixed.
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import type { IField } from './IField';
|
|
2
|
-
/**
|
|
3
|
-
* Molecule: Field
|
|
4
|
-
* A text field is an input field that merchants can type into. It has a range of options and supports several text formats including numbers. The compound fields apply to all the types of field (text, number, password).
|
|
5
|
-
*/
|
|
6
3
|
declare const Field: import("react").ForwardRefExoticComponent<IField & import("react").RefAttributes<HTMLInputElement>>;
|
|
7
4
|
export default Field;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { IPropsBar } from './IBar';
|
|
2
3
|
export default function Bar<T>({ className, data, cells, paintLastCellForKey, width, height, margin, xAxis, yAxis, isLoading, legend, tooltipItems, customTooltip, displayCursor, cornerRadius, cartesianGrid }: IPropsBar<T>): JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import type { IInlineError } from './IInlineError';
|
|
2
3
|
/**
|
|
3
4
|
* Inline errors are brief, in-context messages that tell merchants something went wrong with a single or group of inputs in a form. Use inline errors to help merchants understand why a form input may not be valid and how to fix it.
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import type { IPropsModal } from './IModal';
|
|
2
3
|
declare function Modal({ title, iconTitle, subtitle, footer, isOpen, hasBorder, showClose, onClose, className, disableOverlayClick, children }: IPropsModal): JSX.Element;
|
|
3
4
|
export default Modal;
|
|
@@ -3,6 +3,7 @@ import { IKindLogo, ITooltipProps, IKind as IKindIcon } from '../../..';
|
|
|
3
3
|
export declare type IOption = {
|
|
4
4
|
label: string | number;
|
|
5
5
|
value: string | number;
|
|
6
|
+
image?: string;
|
|
6
7
|
prefix?: string;
|
|
7
8
|
};
|
|
8
9
|
export declare type ITooltipSelect = Omit<ITooltipProps, 'children' | 'initialOpen'> & {
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import type { ISelect } from './ISelect';
|
|
2
|
-
/**
|
|
3
|
-
* Molecule: Select
|
|
4
|
-
* Select lets merchants choose one option from an options menu. Consider select when you have 4 or more options, to avoid cluttering the interface.
|
|
5
|
-
*/
|
|
6
3
|
declare function Select({ options, placeholder, defaultValue, defaultValueMulti, isDisabled, id, name, helpText, hasLabelPlaceholder, onChange, onChangeMulti, isSearchable, isClearable, error, isError, showErrorText, onBlur, value, instanceId, menuIsOpen, loadingMessage, noOptionsMessage, logo, iconTooltip, isActiveDropdownIndicator, isMulti, closeMenuOnSelect }: ISelect): JSX.Element;
|
|
7
4
|
export default Select;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export interface ITab {
|
|
2
3
|
children?: string | number | JSX.Element;
|
|
3
4
|
isDisabled?: boolean;
|
|
@@ -8,6 +9,7 @@ export interface ITab {
|
|
|
8
9
|
* option for fitted variant with total
|
|
9
10
|
*/
|
|
10
11
|
colorTotal?: 'neutral' | 'critical';
|
|
12
|
+
image?: string;
|
|
11
13
|
}
|
|
12
14
|
export declare type IStateTab = {
|
|
13
15
|
selected: boolean;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { IButtonPagination } from './IPagination';
|
|
2
3
|
declare const ButtonPagination: import("react").MemoExoticComponent<({ pageIndex, currentPage, onClick, position, lastCount }: IButtonPagination) => JSX.Element>;
|
|
3
4
|
export default ButtonPagination;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TextareaHTMLAttributes } from 'react';
|
|
2
2
|
export declare type ITextArea = {
|
|
3
3
|
error?: string;
|
|
4
4
|
isError?: boolean;
|
|
@@ -6,4 +6,4 @@ export declare type ITextArea = {
|
|
|
6
6
|
showErrorText?: boolean;
|
|
7
7
|
resizable?: boolean;
|
|
8
8
|
onChangeValue?: (value: string) => void;
|
|
9
|
-
} &
|
|
9
|
+
} & TextareaHTMLAttributes<HTMLTextAreaElement>;
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
declare const TextArea: import("react").ForwardRefExoticComponent<
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const TextArea: import("react").ForwardRefExoticComponent<{
|
|
3
|
+
error?: string | undefined;
|
|
4
|
+
isError?: boolean | undefined;
|
|
5
|
+
helpText?: string | undefined;
|
|
6
|
+
showErrorText?: boolean | undefined;
|
|
7
|
+
resizable?: boolean | undefined;
|
|
8
|
+
onChangeValue?: ((value: string) => void) | undefined;
|
|
9
|
+
} & import("react").TextareaHTMLAttributes<HTMLTextAreaElement> & import("react").RefAttributes<HTMLTextAreaElement>>;
|
|
3
10
|
export default TextArea;
|