UNPKG

@react-navigation/elements

Version:
11 lines 474 B
/** * The native MaskedView that we explicitly re-export for supported platforms: Android, iOS. */ import * as React from 'react'; type MaskedViewType = typeof import('@react-native-masked-view/masked-view').default; type Props = React.ComponentProps<MaskedViewType> & { children: React.ReactElement; }; export declare function MaskedView({ children, ...rest }: Props): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=MaskedViewNative.d.ts.map