import type { DiscreteApiType, MaybeRef } from './interface'; import { type App, type Component } from 'vue'; import { type ConfigProviderProps } from '../../config-provider'; import { type DialogApi } from '../../dialog'; import { type LoadingBarApi } from '../../loading-bar'; import { type MessageApi } from '../../message'; import { type ModalApi } from '../../modal'; import { type NotificationApi } from '../../notification'; export type Provider
= new (...args: any[]) => {
$props: P;
};
export type ProviderProps