UNPKG

react-statix

Version:

React components for statix localization management

7 lines (6 loc) 184 B
import React from "react"; interface StatixDrawerProps { children?: React.ReactNode; } export declare const StatixDrawer: React.FC<StatixDrawerProps>; export default StatixDrawer;