Skip to content

Commit

Permalink
Convert FormAssociated to a Constructable
Browse files Browse the repository at this point in the history
- Add Constructable utility type
  • Loading branch information
radium-v committed Nov 12, 2020
1 parent 9c43fb0 commit 3143cc7
Show file tree
Hide file tree
Showing 24 changed files with 784 additions and 600 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import { customElement } from "@microsoft/fast-element";
import { SliderLabel, SliderLabelTemplate as template } from "@microsoft/fast-foundation";
import { Orientation } from "@microsoft/fast-web-utilities";
import {
SliderLabelStyles as styles,
horizontalSliderStyles,
SliderLabelStyles as styles,
verticalSliderStyles,
} from "./slider-label.styles";
import { Orientation } from "@microsoft/fast-web-utilities";

/**
* The FAST Slider Label Custom Element. Implements {@link @microsoft/fast-foundation#SliderLabel},
* The FAST Slider Label Custom Element. Implements {@link @microsoft/fast-foundation#(SliderLabel:class)},
* {@link @microsoft/fast-foundation#SliderLabelTemplate}
*
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Slider, SliderTemplate as template } from "@microsoft/fast-foundation";
import { SliderStyles as styles } from "./slider.styles";

/**
* The FAST Slider Custom Element. Implements {@link @microsoft/fast-foundation#Slider},
* The FAST Slider Custom Element. Implements {@link @microsoft/fast-foundation#(Slider:class)},
* {@link @microsoft/fast-foundation#SliderTemplate}
*
*
Expand Down
Loading

0 comments on commit 3143cc7

Please sign in to comment.