UNPKG

196 BTypeScriptView Raw
1import { NodeSpec } from 'prosemirror-model';
2export declare const orderedListSelector = ".ak-ol";
3export declare const orderedList: NodeSpec;
4export declare const orderedListWithOrder: NodeSpec;