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