maz-ui
Version:
A standalone components library for Vue.Js 3 & Nuxt.Js 3
13 lines (12 loc) • 604 B
TypeScript
import { MazColor } from './types';
export interface MazLoadingBarProps {
/** The color of the component. */
color?: MazColor;
/** The height of the component. */
height?: string;
}
declare const _default: import('vue').DefineComponent<MazLoadingBarProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<MazLoadingBarProps> & Readonly<{}>, {
height: string;
color: MazColor;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
export default _default;