display-element-css
Version:
Click on any storybook element to see the element's type selector, class selector, and ID selector CSS styles
18 lines (17 loc) • 436 B
TypeScript
export declare const decorators: import("@storybook/addons").DecoratorFunction<unknown>[];
export declare const globalTypes: {
myAddon: boolean;
theme: {
name: string;
description: string;
toolbar: {
icon: string;
title: string;
items: {
value: string;
icon: string;
title: string;
}[];
};
};
};