UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

8 lines (7 loc) 210 B
import { CenterProps } from "./type.mjs"; import { FC } from "react"; //#region src/Flex/Center.d.ts declare const Center: FC<CenterProps>; //#endregion export { Center }; //# sourceMappingURL=Center.d.mts.map