UNPKG

@future-widget-lab/ui-keys

Version:

A helper for creating render-friendly keys, useful for uniquely identifying resources, caching, testing, and rendering.

6 lines (5 loc) 169 B
/** * @description * Use this helper to parse the generated UI key back into its original components. */ export declare const parseUiKey: (key: string) => unknown[];