mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
5 lines
242 B
TypeScript
5 lines
242 B
TypeScript
/// <reference types="react" />
|
|
import { CodeBlockAttributes } from "./code-block";
|
|
import { ReactNodeViewProps } from "../react/types";
|
|
export declare function CodeblockComponent(props: ReactNodeViewProps<CodeBlockAttributes>): JSX.Element;
|