tdesign-mobile-vue
Version:
tdesign-mobile-vue
18 lines (17 loc) • 405 B
TypeScript
import { TdEmptyProps } from './type';
import { PropType } from 'vue';
declare const _default: {
action: {
type: PropType<TdEmptyProps['action']>;
};
description: {
type: PropType<TdEmptyProps['description']>;
};
icon: {
type: PropType<TdEmptyProps['icon']>;
};
image: {
type: PropType<TdEmptyProps['image']>;
};
};
export default _default;