Home > @uniformdev/mesh-sdk-react > DataResourceVariablesListProps
DataResourceVariablesListProps type
Signature:
type DataResourceVariablesListProps = {
typeRenderers?: Record<string, ComponentType<DataResourceVariableRendererProps> | undefined>;
setVariables: SetLocationValueDispatch<DataResourceVariables>;
noVariables?: ComponentType;
};
References: DataResourceVariableRendererProps, DataResourceVariables