-
-
Notifications
You must be signed in to change notification settings - Fork 298
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(tsdoc): updated \@SInCE annotations
- Loading branch information
Showing
53 changed files
with
178 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
/** | ||
* @since 2.5.0 | ||
* @remarks \@since 2.5.0 | ||
*/ | ||
export const DEFAULT_SLIDER_GET_VALUE_TEXT = (): string => ""; | ||
|
||
/** | ||
* @since 2.5.0 | ||
* @remarks \@since 2.5.0 | ||
*/ | ||
export const DEFAULT_SLIDER_MIN = 0; | ||
|
||
/** | ||
* @since 2.5.0 | ||
* @remarks \@since 2.5.0 | ||
*/ | ||
export const DEFAULT_SLIDER_MAX = 100; | ||
|
||
/** | ||
* @since 2.5.0 | ||
* @remarks \@since 2.5.0 | ||
*/ | ||
export const DEFAULT_SLIDER_STEP = 1; | ||
|
||
/** | ||
* @since 2.5.0 | ||
* @remarks \@since 2.5.0 | ||
*/ | ||
export const DEFAULT_SLIDER_ANIMATION_TIME = 150; | ||
|
||
/** | ||
* @since 2.5.0 | ||
* @remarks \@since 2.5.0 | ||
*/ | ||
export const THUMB_1_VAR = "--offset1"; | ||
|
||
/** | ||
* @since 2.5.0 | ||
* @remarks \@since 2.5.0 | ||
*/ | ||
export const THUMB_2_VAR = "--offset2"; |
Oops, something went wrong.