/** * @license * Copyright 2023 Nuraly, Laabidi Aymen * SPDX-License-Identifier: MIT * * @deprecated This file is deprecated. Please import types from './tabs.types.js' instead. * This file will be removed in the next major version. */ export { TabOrientation, TabsAlign, TabEditable, TabEvent, EMPTY_STRING, NOTHING_STRING, LABEL_ATTRIBUTES } from './tabs.types.js'; /** * @deprecated Use TabEvent from tabs.types.js instead */ export declare const TabEvent_DEPRECATED: { readonly removeTab: "removeTab"; readonly tabEdited: "tabEdited"; readonly tabTilteClick: "tabTilteClick"; readonly tabOrderChange: "tabOrderChange"; readonly addTab: "addTab"; }; //# sourceMappingURL=tabs.constant.d.ts.map