UNPKG

149 BTypeScriptView Raw
1/** Interval 的 shape 工厂 */
2declare const IntervalShapeFactory: import("../../../interface").ShapeFactory;
3export default IntervalShapeFactory;