21
src/components/waveform.ts
Normal file
21
src/components/waveform.ts
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* 向后兼容的导出文件
|
||||
* 保留原有导入路径,内部从新的模块结构导出
|
||||
*/
|
||||
|
||||
// 类型定义
|
||||
export type {
|
||||
WaveformPoint,
|
||||
WaveformDisplayMode,
|
||||
WaveformInteractionMode,
|
||||
WaveformAnnotationStyle,
|
||||
WaveformAnnotation,
|
||||
WaveformRenderingOptions,
|
||||
SingleWaveformData,
|
||||
WaveformSeries,
|
||||
WaveformData,
|
||||
NormalizedWaveformSeries,
|
||||
} from '../types'
|
||||
|
||||
// 数据处理函数
|
||||
export { normalizeWaveformData, normalizeWaveformSeries } from '../core'
|
||||
Reference in New Issue
Block a user