@aotearoan/neon
Version:
Neon is a lightweight design library of Vue 3 components with minimal dependencies.
7 lines (6 loc) • 563 B
TypeScript
/**
* A "page" component, this is defined as a wrapper around the contents (NeonGrid, etc) and footer which provides the
* correct responsive layout accounting for NeonTopNav and NeonSideNav components being used.
*/
declare const _default: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
export default _default;