UNPKG

funda-ui

Version:

React components using pure Bootstrap 5+ which does not contain any external style and script libraries.

8 lines (7 loc) 138 B
/** * Create GUID * * @returns {String} - The globally-unique identifiers. */ declare function guid(): string; export default guid;