UNPKG

@kaspersky/components

Version:

Kaspersky Design System UI Kit

3 lines (2 loc) 138 B
import { SelectProps, SelectViewProps } from './types.js'; export declare const useThemedSelect: (props: SelectProps) => SelectViewProps;