4 lines
167 B
Plaintext
4 lines
167 B
Plaintext
import { VNode } from 'preact';
|
|
export declare function decode(content: string): string;
|
|
export declare function html(content: string, parentElement?: string): VNode;
|