@mikezimm/fps-library-v2
Version:
Library of reusable typescript/javascript functions, interfaces and constants
11 lines (10 loc) • 568 B
TypeScript
/**
* CodeAnalizerComment: Updated 1 imports on 2024-09-22 14:49:52
* Update:: import { IQuickButton } to '@mikezimm/fps-core-v7/lib/components/webparts/Drilldown/QuickCommands/IQuickCommands;'
*/
import { IQuickButton } from "@mikezimm/fps-core-v7/lib/components/webparts/Drilldown/QuickCommands/IQuickCommands";
export declare const SampleDividerButton: IQuickButton;
export declare const SampleLabelButton: IQuickButton;
export declare const SampleCommands: any;
export declare const AdvancedCommands: any;
//# sourceMappingURL=SampleCommands.d.ts.map