UseGuthriePropertiesResult
ts
type UseGuthriePropertiesResult = object;Defined in: hooks/properties.tsx:14
Result type of useGuthrieProperties Hook.
Since
1.0.0
Author
Simon Kovtyk
Properties
dynamic
ts
dynamic: Record<string, DynamicElementProps>;Defined in: hooks/properties.tsx:16
static
ts
static: Record<string, unknown>;Defined in: hooks/properties.tsx:15