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 @@ -124,4 +124,4 @@ export default formats;
124124/**
125125 * This type gets generated from the values of {@linkcode formats}.
126126 */
127- export type Format = ValuesFromObject < typeof formats > ;
127+ export type FormatValue = ValuesFromObject < typeof formats > ;
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import { C1ControlValue } from "./control/c1_controls.ts";
1010import { AllControlValue } from "./control/all_controls.ts" ;
1111import { Bit4ColorValue } from "./color/bit4_colors.ts" ;
1212import { Bit8ColorValue } from "./color/bit8_colors.ts" ;
13- import { Format } from "./format/format.ts" ;
13+ import { FormatValue } from "./format/format.ts" ;
1414
1515export {
1616 c0Controls ,
@@ -27,5 +27,5 @@ export type {
2727 AllControlValue ,
2828 Bit4ColorValue ,
2929 Bit8ColorValue ,
30- Format
30+ FormatValue
3131}
You can’t perform that action at this time.
0 commit comments