UNPKG

react-statix

Version:

React components for statix localization management

9 lines (8 loc) 239 B
import React from "react"; import { StatixConfig } from "../types"; interface StatixProviderProps { config?: StatixConfig; children: React.ReactNode; } export declare const StatixProvider: React.FC<StatixProviderProps>; export {};