fui-fancyui
Version:
FancyUI Libary
13 lines (12 loc) • 753 B
TypeScript
import { TTheme } from '../../../types/TTheme';
export declare const StyledFancyGridTemplate: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
$gridAreas: string[];
} & {
$height?: string | undefined;
$width?: string | undefined;
$gridAreasBreakPoints?: import('./TFancyGridTemplate.model').TGridAreasBreakpoints | undefined;
$gapColumn?: "xxs" | "xs" | "sm" | "md" | "lg" | "xl" | "xxl" | "3xs" | "3xl" | "4xl" | undefined;
$gapRow?: "xxs" | "xs" | "sm" | "md" | "lg" | "xl" | "xxl" | "3xs" | "3xl" | "4xl" | undefined;
} & {
theme: TTheme;
}>> & string;