UNPKG

fui-fancyui

Version:
11 lines (10 loc) 623 B
import { FancyPill } from '../../atoms/FancyPill'; import { sizesSettings } from './sizeSettings'; import { TFancyPill } from '../../atoms/FancyPill/TFancyPill.model'; import { TTheme } from '../../../types'; type TStyledChip = TFancyPill & { $sizeC: keyof typeof sizesSettings; theme: TTheme; }; export declare const StyledChip: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<TFancyPill & import('react').HTMLAttributes<HTMLDivElement>, TStyledChip>> & string & Omit<typeof FancyPill, keyof import('react').Component<any, {}, any>>; export {};