@gluonjs/molecules / packages/molecules/src / toolbarStyles
Variable: toolbarStyles
consttoolbarStyles:CSSStyleSheet
Example
Consume the exact toolbar stylesheet as a separately tree-shakable public style carrier:
import { toolbarStyles } from '@gluonjs/molecules';
console.log(toolbarStyles);