UNPKG

@fruits-chain/react-native-xiaoshu

Version:
5 lines • 248 B
import type { LocaleProviderProps } from '../locale/interface'; import type { ThemeProviderProps } from '../theme/interface'; export interface ProviderProps extends ThemeProviderProps, LocaleProviderProps { } //# sourceMappingURL=interface.d.ts.map