UNPKG

simple-odf

Version:

Open Document Format made easy using pure JavaScript and Node.js

5 lines (4 loc) 146 B
import { ListStyle } from '../../api/style'; export declare class ListStyleVisitor { visit(listStyle: ListStyle, parent: Element): Element; }