/** * @license * Copyright 2023 Nuraly, Laabidi Aymen * SPDX-License-Identifier: BSD-3-Clause */ /** * Shared constants for Nuraly UI components * * @module @nuralyui/common/constants * * @example * ```typescript * import { COMPONENT_PREFIX } from '@nuralyui/common/constants'; * ``` */ export {}; //# sourceMappingURL=constants.d.ts.map