UNPKG

fui-fancyui

Version:
9 lines (8 loc) 556 B
import { TFancyPill } from './TFancyPill.model'; import { TStyledPrefixAndPicker } from '../../../types/TStyledPrefixAndPicker'; import { TTheme } from '../../../types/TTheme'; type ISytledFancyPill = TStyledPrefixAndPicker<TFancyPill> & { theme: TTheme; }; export declare const StyledFancyPill: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, ISytledFancyPill>> & string; export {};