UNPKG

react-basic-elements

Version:

A lightweight collection of basic React layout and UI primitives with built-in style support.

4 lines (3 loc) 108 B
import { FC } from 'react'; import { FlexProps } from './Flex'; export declare const Center: FC<FlexProps>;