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

12 lines (11 loc) 1.16 kB
import { IconHighlightedSizePropsType } from './types/iconHighlightedTheme'; type IconHighlightedStyledType = { styles?: IconHighlightedSizePropsType; backgroundColor?: string; disabled?: boolean; selected?: boolean; }; export declare const ParentContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, IconHighlightedStyledType>> & string; export declare const IconHighlightedContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, IconHighlightedStyledType>> & string; export declare const CustomContentContainerStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, IconHighlightedStyledType>> & string; export {};