UNPKG

@hufe921/canvas-editor

Version:
5 lines (4 loc) 263 B
import { ListStyle, ListType, UlStyle } from '../enum/List'; export declare const ulStyleMapping: Record<UlStyle, string>; export declare const listTypeElementMapping: Record<ListType, string>; export declare const listStyleCSSMapping: Record<ListStyle, string>;