@firecms/core 3.0.0-canary.131 → 3.0.0-canary.133
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app/Drawer.d.ts +0 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +20 -20
- package/src/app/Drawer.tsx +0 -1
package/dist/app/Drawer.d.ts
CHANGED
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
* If you want to customise the drawer, you can create your own component and pass it as a child.
|
|
6
6
|
* For custom drawers, you can use the {@link useApp} to open and close the drawer.
|
|
7
7
|
*
|
|
8
|
-
|
|
9
8
|
*/
|
|
10
9
|
export declare function Drawer({ children, className, style }: {
|
|
11
10
|
children?: React.ReactNode;
|