UNPKG

@lobehub/ui

Version:

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

5 lines (4 loc) 129 B
import type { DivProps } from "../../types"; export interface SafeAreaProps extends DivProps { position: 'top' | 'bottom'; }