UNPKG

number-flow

Version:

A component to transition and format numbers.

7 lines (6 loc) 253 B
export declare const html: (template: { raw: readonly string[] | ArrayLike<string>; }, ...substitutions: any[]) => string; export declare const css: (template: { raw: readonly string[] | ArrayLike<string>; }, ...substitutions: any[]) => string;