UNPKG

rmux

Version:
6 lines (5 loc) 115 B
import { FC } from "react"; export interface IfProps { data: any; } export declare const If: FC<IfProps>;