Skip to content

Commit

Permalink
Merge pull request #740 from gisaia/fix/cellBackground
Browse files Browse the repository at this point in the history
fix(list): use string enum to match builder output
  • Loading branch information
QuCMGisaia authored Jul 20, 2023
2 parents 1746841 + d31c04d commit bd1d55b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
*/

export enum CellBackgroundStyleEnum {
filled, outlined
filled = 'filled',
outlined = 'outlined'
}

0 comments on commit bd1d55b

Please sign in to comment.