UNPKG

rsuite

Version:

A suite of react components

6 lines (5 loc) 155 B
/** * Used for generating unique ID for DOM elements */ export declare function useInternalId(namespace?: string): string; export default useInternalId;