@coreui/utils
Version:
CoreUI Utilities
9 lines (8 loc) • 355 B
TypeScript
/**
* --------------------------------------------------------------------------
* CoreUI Utils (__COREUI_VERSION__): makeUid.ts
* Licensed under MIT (https://github.com/coreui/coreui-utils/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
declare const makeUid: () => string;
export default makeUid;