/** * 标签tag */ import IntegralTask from './integral-task'; export type { IntegralTaskProps } from './integral-task'; export default IntegralTask;