forstok-ui-lib 6.19.2 → 6.19.4
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.ts
CHANGED
|
@@ -654,8 +654,9 @@ type TUpload = InputHTMLAttributes<HTMLInputElement> & {
|
|
|
654
654
|
children?: ReactNode;
|
|
655
655
|
evChange?: (arg0: FileList) => void;
|
|
656
656
|
evCreateMessage?: TMessageFunction;
|
|
657
|
+
label?: string;
|
|
657
658
|
};
|
|
658
|
-
declare const UploadDragDropComponent: ({ children, id, name, evChange, evCreateMessage, ...props }: TUpload) => react_jsx_runtime.JSX.Element;
|
|
659
|
+
declare const UploadDragDropComponent: ({ children, id, name, evChange, evCreateMessage, label, ...props }: TUpload) => react_jsx_runtime.JSX.Element;
|
|
659
660
|
|
|
660
661
|
type TTextArea = TextareaHTMLAttributes<HTMLTextAreaElement> & {
|
|
661
662
|
$isError?: boolean;
|