[1/2] Move docs to brivate (#1640)
This PR moves the docs site to the private repo while keeping the docs content on the public repo. ### Change Type - [x] `documentation`
This commit is contained in:
parent
245f74010c
commit
096df3209b
638 changed files with 64004 additions and 2983 deletions
49
docs/gen/BreakPointProvider-function-1.mdx
Normal file
49
docs/gen/BreakPointProvider-function-1.mdx
Normal file
|
@ -0,0 +1,49 @@
|
|||
---
|
||||
title: BreakPointProvider
|
||||
status: published
|
||||
category: ui
|
||||
group: Function
|
||||
author: api
|
||||
date: 06/23/2023
|
||||
order: 0
|
||||
---<Small>Public Function</Small>
|
||||
|
||||
|
||||
|
||||
|
||||
##### Parameters
|
||||
|
||||
|
||||
<ParametersTable>
|
||||
|
||||
<ParametersTableRow>
|
||||
<ParametersTableName>
|
||||
|
||||
`{ children }`
|
||||
|
||||
</ParametersTableName>
|
||||
<ParametersTableDescription>
|
||||
|
||||
```ts
|
||||
{
|
||||
children: any
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
|
||||
</ParametersTableDescription>
|
||||
</ParametersTableRow>
|
||||
</ParametersTable>
|
||||
|
||||
##### Returns
|
||||
|
||||
|
||||
```ts
|
||||
JSX.Element
|
||||
```
|
||||
|
||||
##### References
|
||||
|
||||
[JSX.Element](/gen/@types/react-__global-JSX-Element-interface)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue