@mikezimm/fps-library-v2
Version:
Library of reusable typescript/javascript functions, interfaces and constants
13 lines • 394 B
TypeScript
/// <reference types="react" />
export declare const defCommandIconStyles: {
icon: {};
};
/**
* Copied from ALVFM to toggle the JSON view button to show details
* @param onClick
* @param text
* @param cmdStyles
* @returns
*/
export declare function makeToggleJSONCmd(onClick: any, text: string, cmdStyles?: any): JSX.Element;
//# sourceMappingURL=ToggleJSONButton.d.ts.map