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) 291 B
import { DotStylesType } from '../../../../../components/dot/types/dotTheme'; import { DotSizeType, DotVariantType } from './variants'; export declare const getDotStyles: (COLORS: { [key: string]: { [key: string]: string; }; }) => DotStylesType<DotVariantType, DotSizeType>;