GasWell-front/node_modules/element-plus/lib/components/statistic/index.d.ts

6 lines
235 B
TypeScript

import Statistic from './src/statistic.vue';
import type { SFCWithInstall } from 'element-plus/es/utils';
export declare const ElStatistic: SFCWithInstall<typeof Statistic>;
export default ElStatistic;
export * from './src/statistic';