storybook-addon-playground
Version:
A playground to enable consumers learn how to use the component library or to reproduce bugs
15 lines • 378 B
TypeScript
import React from "react";
import { Code } from "@/types";
interface PlaygroundPreviewProps {
live?: {
error?: string;
element?: React.ComponentType;
};
css?: Code["css"];
}
declare const _default: {
(props: PlaygroundPreviewProps): JSX.Element;
displayName: string;
};
export default _default;
//# sourceMappingURL=PlaygroundPreview.d.ts.map