UNPKG

182 BTypeScriptView Raw
1import * as React from 'react';
2declare type Props = {
3 children: React.ReactNode;
4};
5export default function SafeAreaProviderCompat({ children }: Props): JSX.Element;
6export {};