UNPKG

react-statix

Version:

React components for statix localization management

9 lines (8 loc) 179 B
import React from "react"; interface StatixProps { children: string; keyPath?: string; lang?: string; } export declare const Statix: React.FC<StatixProps>; export {};