UNPKG

storybook-addon-playground

Version:

A playground to enable consumers learn how to use the component library or to reproduce bugs

9 lines 257 B
import React from "react"; interface EditorTabProps { title: string; selected?: boolean; onClick?: () => void; } declare const _default: React.NamedExoticComponent<EditorTabProps>; export default _default; //# sourceMappingURL=EditorTab.d.ts.map