@sandlada/mdc
Version:
@sandlada/mdc is an open source component library that follows the Material Design 3 design specifications.
17 lines • 393 B
TypeScript
/**
* @license
* Copyright 2026 Kai-Orion & Sandlada
* SPDX-License-Identifier: MIT
*
* @fileoverview
* Public navigation utility exports.
*
* @example
* ```ts
* import { GlobalNavigationStateStore } from '@sandlada/mdc/utils'
*
* GlobalNavigationStateStore.setActive('main-nav', '/settings')
* ```
*/
export * from './navigation-state-store';
//# sourceMappingURL=index.d.ts.map