UNPKG

rsuite

Version:

A suite of react components

7 lines (6 loc) 274 B
import { BoxProps } from '../internals/Box'; export interface CenterProps extends BoxProps { inline?: boolean; } declare const Center: import("../internals/types").InternalRefForwardingComponent<"div", CenterProps, never> & Record<string, never>; export default Center;