UNPKG

react-enable

Version:

feature flags to enable and disable functionality at runtime in a react application

4 lines (3 loc) 125 B
import * as React from "react"; import { EnableProps } from "./Enable"; export declare const Disable: React.FC<EnableProps>;