GuthrieProps
ts
type GuthrieProps = object;Defined in: renderer/root.tsx:21
Props for the Guthrie component.
Since
1.0.0
Author
Simon Kovtyk
Author
David Schummer
Properties
elements
ts
elements: Elements;Defined in: renderer/root.tsx:22
event?
ts
optional event?: object & Partial<EventConfig>;Defined in: renderer/root.tsx:27
Type Declaration
rootRef?
ts
optional rootRef?: RefObject<HTMLElement | null>;fns
ts
fns: Fns;Defined in: renderer/root.tsx:23
operators
ts
operators: Operators;Defined in: renderer/root.tsx:25
page
ts
page: Page;Defined in: renderer/root.tsx:24
variables?
ts
optional variables?: VariablesConfig;Defined in: renderer/root.tsx:26