Files
short-drama-agent-front/src/features/breakdown/index.ts
T

4 lines
155 B
TypeScript

/** Breakdown 模块公共入口。 */
export { breakdownApi } from './api'
export type { BreakdownInput, BreakdownState, BreakdownModule } from './types'