@codacy/ui-components 0.62.2 → 0.62.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.
|
@@ -6,7 +6,7 @@ import { Size } from '../theme';
|
|
|
6
6
|
import { InputProps } from '../Input/types';
|
|
7
7
|
import { BoxProps } from '../Flexbox';
|
|
8
8
|
export declare type DropdownPanelAlignment = 'left' | 'right';
|
|
9
|
-
export declare type DropdownValueType =
|
|
9
|
+
export declare type DropdownValueType = object | number | string | null;
|
|
10
10
|
export interface DropdownProps extends ContainerComponentProps, SpaceProps {
|
|
11
11
|
/** The content of the dropdown button */
|
|
12
12
|
trigger: React.ReactElement;
|