UNPKG

@modular-forms/preact

Version:

The modular and type-safe form library for Preact

7 lines (6 loc) 129 B
/** * Returns a unique ID counting up from zero. * * @returns A unique ID. */ export declare function getUniqueId(): number;