UNPKG

@kelvininc/ui-components

Version:
6 lines (5 loc) 342 B
import { ComputePositionConfig } from '@floating-ui/dom'; import { ITextField } from '../text-field/text-field.types'; export declare const DROPDOWN_DEFAULT_PLACEHOLDER = "Select an option"; export declare const DEFAULT_INPUT_CONFIG: Partial<ITextField>; export declare const DEFAULT_DROPDOWN_POSITION_CONFIG: Partial<ComputePositionConfig>;