// all styles for widgets are bundled here. It should always be imported.import "togai-ui-widgets/dist/style.css";// this will expose the TogaiWidget instance to window object.import "togai-ui-widgets/dist/packages/config-provider";// imports only the required widgets. Once imported, web component of name `togai-<package_name>` will be registered.import "togai-ui-widgets/dist/packages/<package_name>";// Alternatively, if you prefer to import all packages at once and do not worry about the bundle size,import "togai-ui-widgets/dist/packages";