UNPKG

fui-fancyui

Version:
55 lines (54 loc) 3.37 kB
import { FancyBox } from '../../atoms/FancyBox'; import { TTheme } from '../../../types/TTheme'; import { TSideBar } from './TSideBar.model'; export declare const StyledSideBar: 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; }), {} & { $isOpen?: boolean | undefined; $borderRadius?: "xxs" | "xs" | "sm" | "md" | "lg" | "xl" | "xxl" | "complete" | undefined; $sizeC?: import('../../../types').TComponentSizesMid | undefined; $openWidth?: string | undefined; $gapBetweenItems?: "xxs" | "xs" | "sm" | "md" | "lg" | "xl" | "xxl" | "3xs" | "3xl" | "4xl" | undefined; } & { theme: TTheme; }>> & string & Omit<typeof FancyBox, keyof import('react').Component<any, {}, any>>; type TInnerContainer = { $gapBetweenItems: TSideBar['gapBetweenItems']; $sizeC: TSideBar['sizeC']; }; export declare const InnerContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, { theme: TTheme; } & TInnerContainer>> & string; export {};