xtreme-ui
Version:
Collection of reusable components that can be used in web projects
12 lines • 418 B
TypeScript
import { ColorPopperInput, EColorPopperSize } from '../../base/ColorPopper/types';
import { EIconType } from '../../base/Icon/types';
export type TThemeSelectProps = {
className?: string;
input?: ColorPopperInput;
size?: keyof typeof EColorPopperSize;
withScheme?: boolean;
withSwatch?: boolean;
withWheel?: boolean;
iconType?: keyof typeof EIconType;
};
//# sourceMappingURL=types.d.ts.map