UNPKG

@mmcodemark/fuselage-hooks

Version:

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

8 lines 180 B
/** * Hook to keep a unique ID string. * * @returns the unique ID string * @public */ export declare const useUniqueId: () => string; //# sourceMappingURL=useUniqueId.d.ts.map