1 | export type CellGroupThemeVars = {
|
2 | cellGroupBackground?: string;
|
3 | cellGroupTitleColor?: string;
|
4 | cellGroupTitlePadding?: string;
|
5 | cellGroupTitleFontSize?: string;
|
6 | cellGroupTitleLineHeight?: number | string;
|
7 | cellGroupInsetPadding?: string;
|
8 | cellGroupInsetRadius?: string;
|
9 | cellGroupInsetTitlePadding?: string;
|
10 | };
|