@inkline/inkline
Version:
Inkline is the Vue.js UI/UX Library built for creating your next design system
36 lines (35 loc) • 948 B
TypeScript
import { Classes } from '../../types';
declare const _default: import("vue").DefineComponent<{
/**
* The color variant of the loader
* @type primary | light | dark
* @default light
* @name color
*/
color: {
type: StringConstructor;
default: () => string;
};
/**
* The size variant of the loader
* @type sm | md | lg | auto
* @default md
* @name size
*/
size: {
type: StringConstructor;
default: () => string;
};
}, unknown, unknown, {
classes(): Classes;
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
color?: unknown;
size?: unknown;
} & {
color: string;
size: string;
} & {}>, {
color: string;
size: string;
}>;
export default _default;