Skip to content

Commit

Permalink
#14 Update color selector interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
azurepolarbear committed Jun 2, 2024
1 parent 28c6f0f commit 52498ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/color/color-selector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {ColorSelectorType} from './color-selector-type';
* ColorSelectors choose and return colors from some set list or criteria.
* @category Color
*/
abstract class ColorSelector {
export abstract class ColorSelector {
/**
* A set list of {@link Color} objects that the selector can choose from.
* @private
Expand Down Expand Up @@ -132,5 +132,3 @@ abstract class ColorSelector {
}
}
}

export {ColorSelector};

0 comments on commit 52498ee

Please sign in to comment.