UNPKG

107 BTypeScriptView Raw
1interface HorizontalMarker {
2 color: string;
3 value: number;
4}
5
6export { HorizontalMarker as H };