import type { $Insets, DOMInsets } from "../../../util/insets.js"; import type { $InsetsRawState, $InsetsState, $InsetsWritableState } from "../../base/insets.plugin.js"; export interface $SafeAreaRawState extends $InsetsRawState { cutoutInsets: $Insets; outerInsets: $Insets; } export interface $SafeAreaState extends $InsetsState { cutoutInsets: DOMInsets; outerInsets: DOMInsets; } export interface $SafeAreaWritableState extends $InsetsWritableState { } //# sourceMappingURL=safe-area.type.d.ts.map