Fix formatting

This commit is contained in:
RMidhunSuresh 2022-06-15 15:03:41 +05:30
parent 9fbe8a4e32
commit b00bbc7daf
1 changed files with 1 additions and 1 deletions

View File

@ -63,6 +63,6 @@ type Variant = {
/**
* Mapping from css variable to its value.
* eg: {"background-color-primary": "#21262b", ...}
* */
*/
variables: Record<string, string>;
}