Skip to main content
Modular Documentation
Guides
Reference
Reference
/
@modular/sdk/ui
StyleRule
type
type StyleRule = Omit<TokenizedStyleRule, 'selectors'> & ElectronWindowRegionStyle & { selectors?: Record<string, TokenizedSelectorRule & ElectronWindowRegionStyle> }
Import
import { StyleRule } from '@modular/sdk/ui';