UNPKG

@fluido/ui-containers

Version:

A framework for create front-end easy and fast

5 lines (4 loc) 184 B
import { CenterProps_ } from './styled'; export interface CenterProps extends CenterProps_ { } export declare const Center: import("@fluido/ui").FluiComponent<"div", CenterProps>;