UNPKG

@vue-interface/activity-indicator

Version:
13 lines (12 loc) 697 B
import { Component } from 'vue'; import { ComponentSize } from '@vue-interface/sizeable'; export type ActivityIndicatorSizePrefix = 'activity-indicator'; export type ActivityIndicatorSize = ComponentSize<ActivityIndicatorSizePrefix>; type __VLS_Props = { size?: ActivityIndicatorSize; type: Component; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { size: ActivityIndicatorSize; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default;