UNPKG

feature-toggle-jsx

Version:

Toggle component on/off based on feature configuration

2 lines (1 loc) 82 B
export declare type FeatureConfig = Record<string, Record<string | number, any>>;