UNPKG

nice-ui

Version:

React design system, components, and utilities

7 lines (6 loc) 197 B
/** * This loads CharChem library from UNPKG. This function * is idempotent, you can call it any number of times. */ declare const loadCharChem: () => Promise<any>; export default loadCharChem;