injecting into table, created table header, and buttons for each row
This commit is contained in:
4
src/views/styles/colors.module.scss.d.ts
vendored
4
src/views/styles/colors.module.scss.d.ts
vendored
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* This is a file that we need to create to tell typescript what the shape of the css modules is
|
||||
* when we import them into ts/tsx files
|
||||
*/
|
||||
export interface ISassColors {
|
||||
BURNT_ORANGE: string;
|
||||
CHARCOAL: string;
|
||||
|
||||
Reference in New Issue
Block a user