UNPKG

@rocket.chat/fuselage-hooks

Version:

React hooks for Fuselage, Rocket.Chat's design system and UI toolkit

9 lines 228 B
/** * Hook to keep a unique ID string. * * @returns the unique ID string * @public * @deprecated use `useId` from `react` instead */ export declare const useUniqueId: () => string; //# sourceMappingURL=useUniqueId.d.ts.map