forstok-ui-lib 5.6.2 → 5.6.3
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
|
@@ -419,7 +419,7 @@ type TCSSObjectWithLabel = CSSObjectWithLabel;
|
|
|
419
419
|
type TControlProps = ControlProps<TOption, boolean>;
|
|
420
420
|
type TOptionProps = OptionProps<TOption, boolean>;
|
|
421
421
|
type TGroupBase = GroupBase<TOption>;
|
|
422
|
-
type TSingleValueProps = SingleValueProps
|
|
422
|
+
type TSingleValueProps = SingleValueProps;
|
|
423
423
|
|
|
424
424
|
type TSelect = {
|
|
425
425
|
type?: string;
|
package/package.json
CHANGED