UNPKG

@discostudioteam/react-code-blocks

Version:

Modified rajinwonderland's modification of Atlaskit's Code Block!

5 lines (4 loc) 199 B
export declare const tuple: <T extends string[]>(...args: T) => T; declare const copyTypes: ["default", "slient", "prevent"]; export declare type CopyTypes = typeof copyTypes[number]; export {};