This commit is contained in:
8
node_modules/remark-slate/dist/serialize.d.ts
generated
vendored
Normal file
8
node_modules/remark-slate/dist/serialize.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { BlockType, LeafType, NodeTypes } from './ast-types';
|
||||
interface Options {
|
||||
nodeTypes: NodeTypes;
|
||||
listDepth?: number;
|
||||
ignoreParagraphNewline?: boolean;
|
||||
}
|
||||
export default function serialize(chunk: BlockType | LeafType, opts?: Options): string | undefined;
|
||||
export {};
|
||||
Reference in New Issue
Block a user