@spaceone/design-system
Version:
SpaceONE Design System
37 lines (36 loc) • 807 B
TypeScript
declare const _default: {
name: string;
functional: boolean;
props: {
loading: {
type: BooleanConstructor;
default: boolean;
};
duration: {
type: NumberConstructor;
default: number;
};
width: {
type: StringConstructor;
default: null;
};
height: {
type: StringConstructor;
default: null;
};
tag: {
type: StringConstructor;
default: string;
};
animation: {
type: BooleanConstructor;
default: boolean;
};
};
render(h: any, { props, slots, data, }: {
props: any;
slots: any;
data: any;
}): any;
};
export default _default;