UNPKG

native-fn

Version:
6 lines (5 loc) 233 B
import type { NativePlugin } from "../../types"; import type { ThemeInstance } from "./types"; export * from "./types"; declare const NativeThemePlugin: NativePlugin<'Theme', ThemeInstance, {}, {}>; export default NativeThemePlugin;