UNPKG

storybook-addon-playground

Version:

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

8 lines 247 B
import { Code } from "@/types"; declare const useCopyToClipboard: (code: Code) => { onCopy: () => void; isCopied: boolean; shouldAllowCopy: boolean; }; export default useCopyToClipboard; //# sourceMappingURL=useCopyToClipboard.d.ts.map