UNPKG

native-fn

Version:
12 lines (11 loc) 241 B
export * from "./theme"; import type { ThemeInstance } from "./theme"; declare module 'native-fn' { interface NativePlugins { Theme: ThemeInstance; } interface NativeConstants { } interface NativeErrors { } }