@fluido/ui-containers
Version:
A framework for create front-end easy and fast
9 lines (8 loc) • 314 B
TypeScript
import { Length } from '@fluido/ui';
import { BoxProps } from '../box';
export interface GridProps_ extends BoxProps {
min?: Length;
gap?: Length;
fill?: boolean;
}
export declare const Grid_: import("@fluido/ui").FluiComponent<import("@fluido/ui").FluiComponent<"div", BoxProps>, GridProps_>;