@gluonjs/molecules


@gluonjs/molecules / packages/molecules/src / toolbarStyles

Variable: toolbarStyles

const toolbarStyles: CSSStyleSheet

Example

Consume the exact toolbar stylesheet as a separately tree-shakable public style carrier:

ts
import { toolbarStyles } from '@gluonjs/molecules';

console.log(toolbarStyles);