ScopedVariablesProps
ts
type ScopedVariablesProps = Exposable & object;Defined in: components/scoped-variables.tsx:13
Props for the ScopedVariables component.
Type Declaration
children
ts
children: ReactNode;value
ts
value: unknown;Since
1.0.0
Author
Simon Kovtyk