1 | export type ActionBarIconThemeVars = {
|
2 | actionBarIconWidth?: string;
|
3 | actionBarIconHeight?: string;
|
4 | actionBarIconColor?: string;
|
5 | actionBarIconSize?: string;
|
6 | actionBarIconFontSize?: string;
|
7 | actionBarIconActiveColor?: string;
|
8 | actionBarIconTextColor?: string;
|
9 | actionBarIconBackground?: string;
|
10 | };
|