UNPKG

@lobehub/ui

Version:

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

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