UNPKG

react-native-unit-components

Version:

Unit React Native components

7 lines 295 B
import type { HostComponent, ViewProps } from 'react-native'; export interface NativeProps extends ViewProps { filterTouchesWhenObscured: boolean; } declare const _default: HostComponent<NativeProps>; export default _default; //# sourceMappingURL=UNSecureViewNativeComponent.android.d.ts.map