UNPKG

smart-react-components

Version:

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

9 lines (8 loc) 226 B
import React from "react"; import { Value } from "../props"; export interface Props { children: JSX.Element[]; active: Value; } declare const TransitionSwitch: React.FC<Props>; export default TransitionSwitch;