UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 267 B
import React from 'react'; import { DivProps } from "../../types"; export interface MobileSafeAreaProps extends DivProps { position: 'top' | 'bottom'; } declare const MobileSafeArea: React.NamedExoticComponent<MobileSafeAreaProps>; export default MobileSafeArea;