UNPKG

tdesign-mobile-vue

Version:
18 lines (17 loc) 405 B
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;