@principal-ade/panel-layouts 0.4.2 → 0.4.3
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/index.d.ts +3 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { AIFunctionDefinition } from '@principal-ade/panel-framework-core';
|
|
2
|
+
import { ConfigurablePanelLayoutHandle } from '@principal-ade/panels';
|
|
2
3
|
import { default as default_2 } from 'react';
|
|
3
4
|
import { EditableConfigurablePanelLayout } from '@principal-ade/panels';
|
|
4
5
|
import { EditableConfigurablePanelLayoutProps } from '@principal-ade/panels';
|
|
@@ -225,6 +226,8 @@ export declare interface CommandHistoryEntry {
|
|
|
225
226
|
success: boolean;
|
|
226
227
|
}
|
|
227
228
|
|
|
229
|
+
export { ConfigurablePanelLayoutHandle }
|
|
230
|
+
|
|
228
231
|
/**
|
|
229
232
|
* Options for creating a new workspace
|
|
230
233
|
*/
|
package/package.json
CHANGED