UNPKG

@sanity/ui

Version:

The Sanity UI components.

7 lines (5 loc) 107 B
let toastId = 0 /** @internal */ export function generateToastId(): string { return String(toastId++) }