UNPKG

smart-react-components

Version:

React UI library, wide variety of editable ready to use Styled and React components.

7 lines (6 loc) 144 B
import React from "react"; interface Props { children: JSX.Element[]; } declare const Switch: React.FC<Props>; export default Switch;