UNPKG

storybook-addon-jsx

Version:
5 lines (4 loc) 226 B
import { ComponentMap } from './renderer'; export interface Listener { next(scope: 'current' | 'jsx'): typeof scope extends 'current' ? (id: string) => void : (id: string, jsx: string, components: ComponentMap) => void; }