UNPKG

@cimpress/react-components

Version:
13 lines 377 B
/// <reference types="react" /> export interface CodeExampleProps { /** * The code to be displayed */ code: string; /** * Whether the codeblock should be expanded on initial render */ initialOpen?: boolean; } export declare function CodeExample({ code, initialOpen }: CodeExampleProps): JSX.Element; //# sourceMappingURL=CodeExample.d.ts.map