xtreme-ui
Version:
Collection of reusable components that can be used in web projects
9 lines • 316 B
TypeScript
import { EButtonSize, EButtonTypes, TClassicIconType } from '../../base/Button/types';
export type TThemeSwitchProps = {
className?: string;
withLabel?: boolean;
type?: keyof typeof EButtonTypes;
size?: keyof typeof EButtonSize;
iconType?: TClassicIconType;
};
//# sourceMappingURL=types.d.ts.map