number-flow
Version:
A component to transition and format numbers.
12 lines (11 loc) • 401 B
TypeScript
import type { Data } from './formatter';
export declare const ServerSafeHTMLElement: {
new (): HTMLElement;
prototype: HTMLElement;
};
export declare const styles: string;
export declare const renderFallbackStyles: (elementSuffix?: string) => string;
export declare const renderInnerHTML: (data: Data, { nonce, elementSuffix }?: {
nonce?: string;
elementSuffix?: string;
}) => string;