@archway-kit/vue
Version:
Vue components to interact with the Archway network
9 lines (8 loc) • 441 B
TypeScript
interface Props {
images?: (string | undefined | null)[];
maxDisplay?: number;
}
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
maxDisplay: number;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;