/** * @license * Copyright 2023 Nuraly, Laabidi Aymen * SPDX-License-Identifier: BSD-3-Clause */ /** * Shared controllers for Nuraly UI components * * @module @nuralyui/common/controllers * * @example * ```typescript * import { ThemeController, SharedDropdownController } from '@nuralyui/common/controllers'; * * class MyComponent extends LitElement { * private themeController = new ThemeController(this); * } * ``` */ export * from './shared/controllers/index.js'; //# sourceMappingURL=controllers.d.ts.map