FLOWBITE_NAVBAR_ICON_BUTTON_CUSTOM_STYLE_DEFAULT_VALUE
No documentation has been provided.
Presentation
const FLOWBITE_NAVBAR_ICON_BUTTON_CUSTOM_STYLE_DEFAULT_VALUE : InjectionToken <{
root?:
| {
base?: string | undefined;
color?:
| {
[x: string]: string | undefined;
primary?: string | undefined;
gray?: string | undefined;
}
| undefined;
}
| undefined;
}>;