@aplus-frontend/ui
Version:
9 lines (8 loc) • 478 B
TypeScript
import { ApStatusProps } from './interface';
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
declare const _default: DefineComponent<ApStatusProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApStatusProps> & Readonly<{}>, {
color: string;
show: boolean;
padding: number;
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
export default _default;