File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ const allControls = {
1414
1515export default allControls ;
1616
17- export type AllControl = C0ControlValue | C1ControlValue ;
17+ export type AllControlValue = C0ControlValue | C1ControlValue ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import formats from "./format/format.ts";
77
88import { C0ControlValue } from "./control/c0_controls.ts" ;
99import { C1ControlValue } from "./control/c1_controls.ts" ;
10- import { AllControl } from "./control/all_controls.ts" ;
10+ import { AllControlValue } from "./control/all_controls.ts" ;
1111import { Bit4ColorValue } from "./color/bit4_colors.ts" ;
1212import { Bit8ColorValue } from "./color/bit8_colors.ts" ;
1313import { Format } from "./format/format.ts" ;
@@ -24,7 +24,7 @@ export {
2424export type {
2525 C0ControlValue ,
2626 C1ControlValue ,
27- AllControl ,
27+ AllControlValue ,
2828 Bit4ColorValue ,
2929 Bit8ColorValue ,
3030 Format
You can’t perform that action at this time.
0 commit comments