@kubit-ui-web/react-components
Version:
Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience
42 lines • 1.33 kB
JavaScript
import { InputState } from '../../../../../components/input/types/inputTheme';
import { InputPasswordVariant } from './variants';
const defaultCommonProps = {
inputVariant: InputPasswordVariant.DEFAULT,
};
export const getInputPasswordStyles = (COLORS) => {
return {
[]: {
[]: {
...defaultCommonProps,
},
[]: {
...defaultCommonProps,
},
[]: {
...defaultCommonProps,
},
[]: {
...defaultCommonProps,
},
[]: {
...defaultCommonProps,
},
[]: {
...defaultCommonProps,
},
[]: {
...defaultCommonProps,
},
[]: {
...defaultCommonProps,
},
[]: {
...defaultCommonProps,
},
[]: {
...defaultCommonProps,
},
},
};
};
//# sourceMappingURL=styles.js.map