import type { HTMLAttributes } from 'vue'; export interface TLoadingProps extends HTMLAttributes { fullPage?: boolean; active?: boolean; size?: 'small' | 'medium' | 'auto'; } //# sourceMappingURL=TLoading.types.d.ts.map