Files
notesnook/packages/editor/dist/extensions/react/NodeViewContent.d.ts
2022-05-31 06:49:37 +05:00

7 lines
191 B
TypeScript

import React from "react";
export interface NodeViewContentProps {
[key: string]: any;
as?: React.ElementType;
}
export declare const NodeViewContent: React.FC<NodeViewContentProps>;