UNPKG

@greenwood/plugin-import-jsx

Version:

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

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