> TODO: description
@squiz/resource-browser-ui-lib> TODO: description
``
const resourceBrowserUiLib = require('@squiz/resource-browser-ui-lib');
// TODO: DEMONSTRATE API
``
This library exports both CommonJS and ESM code. It is recommended that you use the CommonJS when possible (when you aren't restricted by other tooling) as the testing framework we use (JEST) runs via this compilation method.