UNPKG

@stackoverfloweth/prefect-design

Version:

A collection of low-level Vue components.

5 lines (4 loc) 252 B
export declare function toPluralString(word: string, count: number): string; export declare function kebabCase(string: string): string; export declare function unescapeHtml(str: string): string; export declare function escapeHtml(str: string): string;