UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

4 lines (3 loc) 181 B
import type { NativeSelectFactory, NativeSelectProps } from './NativeSelect'; export { NativeSelect } from './NativeSelect'; export type { NativeSelectProps, NativeSelectFactory };