MrShi
4 天以前 b806c4ad52a661a1e5f0695650ec1a7e42f01633
1
2
3
4
5
6
import ComponentView from '../../view/Component.js';
declare class TimelineView extends ComponentView {
    static type: string;
    type: string;
}
export default TimelineView;