mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 11:47:54 +01:00
4 lines
173 B
TypeScript
4 lines
173 B
TypeScript
import { NodeViewProps } from "../react";
|
|
import "prism-themes/themes/prism-dracula.min.css";
|
|
export declare function CodeblockComponent(props: NodeViewProps): JSX.Element;
|