UNPKG

modulo-editor

Version:

A flexible and extensible block-based editor for React applications

7 lines (6 loc) 277 B
import { ListStyle } from "@/types"; export declare const getListStyle: (style: ListStyle, index: number) => string; export declare function toRoman(num: number): string; export declare const ListStyleIcons: Record<ListStyle, React.ComponentType<{ className?: string; }>>;