UNPKG

@react-native-oh-tpl/react-native-smartrefreshlayout

Version:
8 lines (7 loc) 260 B
import type { ViewProps } from "react-native"; import type { HostComponent } from "react-native"; export interface NativeProps extends ViewProps { primaryColor?: string; } declare const _default: HostComponent<NativeProps>; export default _default;