UNPKG

bizcharts

Version:
10 lines (9 loc) 332 B
import React from 'react'; export declare const visibleHelper: (cfg: any, defaultVisible?: boolean) => { visible: boolean; text: string | React.ReactElement<unknown, string | React.JSXElementConstructor<any>>; } | { visible: boolean; text?: undefined; }; export declare const visibleHelperInvert: (cfg: any) => any;