UNPKG

rsuite

Version:

A suite of react components

8 lines (7 loc) 251 B
/** * Used for generating unique ID for DOM elements * * @param idProp If id is provided, it will be used instead of generating a new one */ export declare function useUniqueId(prefix: string, idProp?: string): string; export default useUniqueId;