UNPKG

@gallop/doc

Version:
14 lines (11 loc) 262 B
import { component, html, useStyle, css } from '@gallop/gallop' // import raw from './index.scss?raw' component('language-selector', () => { // useStyle( // () => css` // ${raw} // `, // [] // ) return html`<div></div>` })