UNPKG

xtreme-ui

Version:

Collection of reusable components that can be used in web projects

12 lines 404 B
import { ICON_TYPES } from 'gliff'; import { ColorPopperInput, EColorPopperSize } from '../../base/ColorPopper/types'; export type TThemeSelectProps = { className?: string; input?: ColorPopperInput; size?: keyof typeof EColorPopperSize; withScheme?: boolean; withSwatch?: boolean; withWheel?: boolean; iconType?: keyof typeof ICON_TYPES; }; //# sourceMappingURL=types.d.ts.map