UNPKG

primereact

Version:

A rich set of premium UI Components for React.

6 lines (5 loc) 327 B
import type { TerminalCommandInstance } from '@primereact/types/primitive/terminal'; export declare const TerminalCommandProvider: ({ value, children }: { value: TerminalCommandInstance; children: React.ReactNode; }) => import("react").JSX.Element, useTerminalCommandContext: () => TerminalCommandInstance | undefined;