UNPKG

@beoe/rehype-penrose

Version:
12 lines (11 loc) 267 B
type CompileOptions = { substance: string; style: string; domain: string; variation: string; excludeWarnings?: string[]; width: number; height: number; }; export declare const penrose: (opts: CompileOptions) => Promise<string>; export {};