UNPKG

@greenwood/plugin-import-jsx

Version:

A Greenwood plugin to write JSX rendering Web Components compatible with WCC.

8 lines (5 loc) 218 B
import type { ResourcePlugin } from "@greenwood/cli"; export type ImportJsxPlugin = () => [ResourcePlugin]; declare module "@greenwood/plugin-import-jsx" { export const greenwoodPluginImportJsx: ImportJsxPlugin; }