Parameters
Returns
Element
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
function GridProvider(__namedParameters): Element;
| Parameter | Type |
|---|---|
__namedParameters | GridProviderProps |
Element
function App() {
return (
<GridProvider>
<YourComponents />
</GridProvider>
);
}
Was this page helpful?