UNPKG

@vtex/admin-ui

Version:

> VTEX admin component library

10 lines (9 loc) 378 B
import type { ComponentPropsWithoutRef } from 'react'; /** * Layout that aligns its children on the center * @example * import { Center } from `@vtex/admin-ui` * <Center>Centralized content</Center> */ export declare const Center: import("@vtex/admin-ui-react").AdminUIElement<"div", {}>; export declare type CenterProps = ComponentPropsWithoutRef<typeof Center>;