Skip to content

Commit

Permalink
change filename
Browse files Browse the repository at this point in the history
  • Loading branch information
sai6855 committed Sep 22, 2023
1 parent 698626b commit 403a5dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { GenerateCssVarsType } from '../utils/CssVarsType';
import { GenerateCssVarsType } from '../utils/GenerateCssVarsType';

const circularProgressCssVars = {
thickness: '--CircularProgress-thickness',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* A type which generates CSS Variables.
* @example
* type ButtonCssVars = GenerateCssVarsType<'color' | 'size', 'Button'>;
* ButtonCssVars wouldb be {
* ButtonCssVars would be {
* '--Button-color'?: string | number;
* '--Button-size'?: string | number;
* }
Expand Down

0 comments on commit 403a5dc

Please sign in to comment.