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