UNPKG

storybook-addon-themes

Version:

A storybook addon to switch between different themes for your preview

9 lines (8 loc) 144 B
export interface ThemeSelectorItem { id: string; title: string; onClick: () => void; value: string; right?: any; active: boolean; }