forstok-ui-lib 5.6.2 → 5.6.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
|
@@ -2,6 +2,7 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
|
2
2
|
import * as react from 'react';
|
|
3
3
|
import { HTMLAttributes, ReactNode, AnchorHTMLAttributes, MouseEvent, Dispatch, SetStateAction, KeyboardEvent, FocusEvent, ChangeEvent, DragEvent, InputHTMLAttributes, PropsWithChildren, ButtonHTMLAttributes, RefObject, ImgHTMLAttributes, JSX, TextareaHTMLAttributes } from 'react';
|
|
4
4
|
import { OnChangeValue, ActionMeta, OptionProps, StylesConfig, CSSObjectWithLabel, ControlProps, GroupBase, SingleValueProps, MenuListProps } from 'react-select';
|
|
5
|
+
export { components } from 'react-select';
|
|
5
6
|
import { CSSObject } from '@emotion/serialize';
|
|
6
7
|
import * as styled_components from 'styled-components';
|
|
7
8
|
import * as styled_components_dist_types from 'styled-components/dist/types';
|
|
@@ -419,7 +420,7 @@ type TCSSObjectWithLabel = CSSObjectWithLabel;
|
|
|
419
420
|
type TControlProps = ControlProps<TOption, boolean>;
|
|
420
421
|
type TOptionProps = OptionProps<TOption, boolean>;
|
|
421
422
|
type TGroupBase = GroupBase<TOption>;
|
|
422
|
-
type TSingleValueProps = SingleValueProps
|
|
423
|
+
type TSingleValueProps = SingleValueProps;
|
|
423
424
|
|
|
424
425
|
type TSelect = {
|
|
425
426
|
type?: string;
|