UNPKG

fui-fancyui

Version:
46 lines (45 loc) 3 kB
import { TTheme } from '../../../types/TTheme'; import { FancyBox } from '../../atoms/FancyBox'; import { TUiColorsSystemMessage } from '../../../types/TUiColorsSystemMessage'; export declare const ChipContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLUListElement>, HTMLUListElement>, never>> & string; type TStyledChipList = { theme?: TTheme; $sytemMessage?: TUiColorsSystemMessage; $disabled?: boolean; }; export declare const StyledChipList: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<(Omit<{ as?: import('react').ElementType; layer?: import('../../../types').TLayer; themeType?: import('../../../types').TUiColorTypes; children?: React.ReactNode; externalStyle?: import('styled-components').CSSProp; borderRadius?: import('../../../../lib').TThemeArrayOrValueCSS; padding?: import('../../../../lib').TThemeArrayOrValueCSS; margin?: import('../../../../lib').TThemeArrayOrValueCSS; sizeC?: import('../../../types').TComponentSizesExtended; hoverLayer?: import('../../../types').TLayer; } & { outlined?: boolean; outlinedRemoveBorder?: boolean; outlinedBackgroundStrength?: number; } & import('react').ClassAttributes<import('react').ElementType> & import('react').HTMLAttributes<import('react').ElementType>, "ref"> & { ref?: ((instance: import('react').ElementType | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<import('react').ElementType> | null | undefined; }) | (Omit<{ as?: import('react').ElementType; layer?: import('../../../types').TLayer; themeType?: import('../../../types').TUiColorTypes; children?: React.ReactNode; externalStyle?: import('styled-components').CSSProp; borderRadius?: import('../../../../lib').TThemeArrayOrValueCSS; padding?: import('../../../../lib').TThemeArrayOrValueCSS; margin?: import('../../../../lib').TThemeArrayOrValueCSS; sizeC?: import('../../../types').TComponentSizesExtended; hoverLayer?: import('../../../types').TLayer; } & { outlined?: false; outlinedRemoveBorder?: never; outlinedBackgroundStrength?: never; } & import('react').ClassAttributes<import('react').ElementType> & import('react').HTMLAttributes<import('react').ElementType>, "ref"> & { ref?: ((instance: import('react').ElementType | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<import('react').ElementType> | null | undefined; }), TStyledChipList>> & string & Omit<typeof FancyBox, keyof import('react').Component<any, {}, any>>; export {};