@qvant/qui-max
Version:
A Vue 3 Design system for Web.
8 lines (7 loc) • 438 B
TypeScript
import type { Plugin } from 'vue';
import type { Nillable } from '../../../types/helpers';
import type { QProgressIndicatior, QProgressIndicatiorPluginOptions } from './src/types';
declare const QProgressIndicatiorPlugin: Plugin;
declare const useProgressIndicatior: () => Nillable<QProgressIndicatior>;
export { QProgressIndicatiorPlugin as QProgressIndicatior, useProgressIndicatior };
export type { QProgressIndicatiorPluginOptions };