UNPKG

@hpcc-js/react

Version:
6 lines (5 loc) 157 B
import * as PReact from "./preact-shim.ts"; export interface SpanProps { text: string; } export declare const Span: PReact.FunctionComponent<SpanProps>;