UNPKG

sinuous

Version:

🧬 Small, fast, reactive render engine

15 lines (10 loc) • 352 B
export function t(key: string): () => string; export function o(key: string): () => string; interface CloneFunction { (props: Record<string, any>): Node; } export function template(elementRef: () => Node): CloneFunction; interface FillFunction { (props: Record<string, any>): Node; } export function fill(elementRef: () => Node): FillFunction;