UNPKG

@rabi_roshan/react-feature-flipper

Version:

Effortlessly manage feature flags in React. Simplify flag distribution and control across your application.

4 lines (3 loc) 134 B
export { FlagsProvider, useFlags } from "./FlagsProvider"; export { Flipper } from "./Flipper"; export { type Flags } from "./types";