UNPKG

storybook-addon-themes

Version:

A storybook addon to switch between different themes for your preview

7 lines (6 loc) 124 B
export interface Theme { class?: string | string[]; color: string; name: string; default?: boolean; }