@archway-kit/vue
Version:
Vue components to interact with the Archway network
11 lines (10 loc) • 528 B
TypeScript
import { ProgressStatus } from '@archway-kit/utils';
interface Props {
percent?: number;
components?: Record<ProgressStatus, number | undefined>;
rounded?: boolean;
}
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
percent: number;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;