UNPKG

@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

8 lines (7 loc) 320 B
import { InputCounterStylesType } from '../../../../../components/inputCounter/types/inputCounterTheme'; import { InputCounterVariant } from './variants'; export declare const getInputCounterStyles: (COLORS: { [key: string]: { [key: string]: string; }; }) => InputCounterStylesType<InputCounterVariant>;