UNPKG

@lobehub/ui

Version:

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

9 lines (8 loc) 240 B
import { DivProps } from "../../types/index.mjs"; //#region src/mobile/SafeArea/type.d.ts interface SafeAreaProps extends DivProps { position: 'top' | 'bottom'; } //#endregion export { SafeAreaProps }; //# sourceMappingURL=type.d.mts.map