UNPKG

rsuite

Version:

A suite of react components

7 lines (6 loc) 223 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 default function useUniqueId(prefix: string, idProp?: string): string;