UNPKG

@deckdeckgo/highlight-code

Version:

A Web Component to highlight your code

7 lines (6 loc) 147 B
import { h } from '@stencil/core'; export const CarbonThemeStyle = ({ style }) => { return (h("style", null, ` :host ${style}; `)); };