UNPKG
intervention-pages
Version:
latest (1.0.1-rc.3)
1.0.1-rc.3
1.0.1-rc.2
1.0.1-rc.1
1.0.0
PD pages
github.com/acory/intervention-pages
acory/intervention-pages
intervention-pages
/
dist
/
common
/
layout
/
page-content-header
/
page-content-header-slotted-styles.d.ts
6 lines
(5 loc)
•
237 B
TypeScript
View Raw
1
2
3
4
5
6
/** * Used to style page content header title row actions child elements * (styling slotted content, using ::slotted will not work on Edge) */
export
declare
const
pageContentHeaderSlottedStyles
:
import
(
"lit-element"
).
CSSResult
;