UNPKG

@lobehub/ui

Version:

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

5 lines (4 loc) 174 B
/// <reference types="react" /> import { SafeAreaProps } from './type'; declare const SafeArea: import("react").NamedExoticComponent<SafeAreaProps>; export default SafeArea;