UNPKG

storybook-addon-playground

Version:

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

7 lines 244 B
declare const usePlaygroundState: () => { playgroundStoryBaseUrl: Promise<string>; playgroundStoryId: string; isPlaygroundStorySelected: boolean; }; export default usePlaygroundState; //# sourceMappingURL=usePlaygroundState.d.ts.map