/**
 * @license
 * Copyright 2025 Sandlada & Kai Orion
 * SPDX-License-Identifier: MIT
 */

export enum ENavigationDrawerState {
    Opening = 'opening',
    Opend = 'opend',
    Closing = 'closing',
    Closed = 'closed',
}
