UNPKG

storybook-addon-playground

Version:

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

12 lines 789 B
export { default as usePlaygroundArgs } from "./usePlaygroundArgs"; export { default as usePlaygroundState } from "./usePlaygroundState"; export { default as useToolbarActions } from "./useToolbarActions"; export { default as useCopyToClipboard } from "./useCopyToClipboard"; export { default as useShare } from "./useShare"; export { default as useInitialCode } from "./useInitialCode"; export { default as useAutoOpenPlayground } from "./useAutoOpenPlayground"; export { default as useBroadcastEditorChanges } from "./useBroadcastEditorChanges"; export { default as usePlaygroundPreviewCode } from "./usePlaygroundPreviewCode"; export { default as useEditorTheme } from "./useEditorTheme"; export { default as usePersistence } from "./usePersistence"; //# sourceMappingURL=index.d.ts.map