UNPKG

@codinggorilla/storybook-theme-changer

Version:
7 lines (6 loc) 200 B
/// <reference types="react" /> import { Channel } from '@storybook/addons'; declare function ThemeChangerPanel({ channel }: { channel: Channel; }): JSX.Element; export default ThemeChangerPanel;