UNPKG

@conduction/components

Version:

React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)

7 lines (6 loc) 189 B
/// <reference types="react" /> interface CodeBlockProps { codeBlock: string | JSX.Element; } export declare const CodeBlock: ({ codeBlock }: CodeBlockProps) => JSX.Element; export {};