ant-design-vue/types/component.d.ts

12 lines
345 B
TypeScript
Raw Normal View History

// Project: https://github.com/vueComponent/ant-design-vue
// Definitions by: akki-jat <https://github.com/akki-jat>
// Definitions: https://github.com/vueComponent/ant-design-vue/types
2020-08-31 06:59:56 +00:00
import { App, HTMLAttributes } from 'vue';
export declare class AntdComponent {
static install(app: App): void;
}
2020-08-31 06:59:56 +00:00
2020-09-10 02:01:32 +00:00
export type AntdProps = HTMLAttributes;