@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
8 lines • 504 B
TypeScript
import { MantineSize, MantineTheme } from '../../theme';
interface SelectStyles {
theme: MantineTheme;
size: MantineSize;
}
declare const _default: (args?: SelectStyles, classNames?: Partial<Record<"item" | "wrapper" | "dropdown" | "hovered" | "notSearchable" | "selected" | "nothingFound", string>>, name?: string) => Record<"item" | "wrapper" | "dropdown" | "hovered" | "notSearchable" | "selected" | "nothingFound", string>;
export default _default;
//# sourceMappingURL=Select.styles.d.ts.map