tuil
ReferencePackages@mwillbanks/tuil-formAPI

TerminalFormProvider

function exported by @mwillbanks/tuil-form.

View rawEdit

function

Public function exported by @mwillbanks/tuil-form.

export function TerminalFormProvider(props: {
  readonly controller?: TerminalFormController;
  readonly children?: ReactNode;
}): ReactNode;

Members

This declaration has no public members.

Parameters

MemberTypeRequiredDescriptionRelated types
props{ readonly controller?: TerminalFormController; readonly children?: ReactNode; }YesSupplies the props value as { readonly controller?: TerminalFormController; readonly children?: ReactNode; }.TerminalFormController

Returns

ReactNode — Returns a value that satisfies ReactNode.

Related types: —

Throws

No thrown errors are documented for this declaration.

Source

View the secondary source reference

Package

@mwillbanks/tuil-form

On this page