storybook-addon-performance
Version:
A storybook addon to help better understand and debug performance for React components
11 lines (9 loc) • 424 B
TypeScript
declare const startAllButtonId: string;
declare const panelId: string;
declare const sampleSelectId: string;
declare const copySelectId: string;
declare const pinButtonId: string;
declare const hiddenFileAnchorId: string;
declare const loadButtonId: string;
declare const saveButtonId: string;
export { copySelectId, hiddenFileAnchorId, loadButtonId, panelId, pinButtonId, sampleSelectId, saveButtonId, startAllButtonId };