// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Copyright the Vortex contributors
//! The June 2026 `preview` component cohort.
use Edition;
use EditionDeclaration;
use EditionId;
use EditionMember;
/// The June 2026 draft edition of the `preview` family.
pub const PREVIEW_2026_06_0: EditionId = new;
/// The declaration of [`PREVIEW_2026_06_0`] and the components that join the family at it.
pub static DECLARATION: EditionDeclaration = EditionDeclaration ;