UNPKG

@embrace-io/react-native

Version:
5 lines (4 loc) 176 B
import { ConfigPlugin } from "@expo/config-plugins"; import { EmbraceProps } from "./types"; declare const withEmbrace: ConfigPlugin<EmbraceProps>; export default withEmbrace;