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

12 lines
358 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
export interface AntdProps extends HTMLAttributes {}