@fluido/ui-containers
Version:
A framework for create front-end easy and fast
8 lines (7 loc) • 314 B
TypeScript
import { Length } from '@fluido/ui';
import { BoxProps } from '../box';
export interface StackProps_ extends BoxProps {
gap?: Length;
splitAfter?: number | number[];
}
export declare const Stack_: import("@fluido/ui").FluiComponent<import("@fluido/ui").FluiComponent<"div", BoxProps>, StackProps_>;