UNPKG

@discostudioteam/react-code-blocks

Version:

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

6 lines (3 loc) 177 B
export const tuple = <T extends string[]>(...args: T) => args; const copyTypes = tuple('default', 'slient', 'prevent'); export type CopyTypes = typeof copyTypes[number];