UNPKG

@lobehub/ui

Version:

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

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