@aotearoan/neon
Version:
Neon is a lightweight design library of Vue 3 components with minimal dependencies.
7 lines (6 loc) • 524 B
TypeScript
/**
* Top navigation component. This is a fixed container at the top of the page for displaying the site logo, menus, user
* login and other important actions which need to be visible at all times.
*/
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;