UNPKG

@archway-kit/vue

Version:

Vue components to interact with the Archway network

30 lines (29 loc) 822 B
interface Category { title: string; items: { label: string; url: string; }[]; } interface Social { label: string; url: string; icon: any; } declare const _default: import('vue').DefineComponent<{ categories: string[]; categoriesData: Category[]; social: string[]; socialData: Social[]; }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{ categories: string[]; categoriesData: Category[]; social: string[]; socialData: Social[]; }> & Readonly<{}>, { categories: string[]; categoriesData: Category[]; social: string[]; socialData: Social[]; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;