UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

10 lines (9 loc) 394 B
import type { __InputStylesNames } from '../Input'; import type { NativeSelectFactory, NativeSelectProps } from './NativeSelect'; export { NativeSelect } from './NativeSelect'; export type { NativeSelectProps, NativeSelectFactory }; export declare namespace NativeSelect { type Props = NativeSelectProps; type Factory = NativeSelectFactory; type StylesNames = __InputStylesNames; }