@sankhyalabs/ezui 0.0.0-feat-dev-KB-73149.2 → 0.0.0-feat-dev-KB-73149.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/types/components/ez-split-panel/ez-split-panel.d.ts +1 -1
- package/dist/types/components/ez-split-panel/interfaces/{IPanelSize.d.ts → IPanelSizeInfo.d.ts} +1 -2
- package/package.json +1 -1
- /package/dist/collection/components/ez-split-panel/interfaces/{IPanelSize.js → IPanelSizeInfo.js} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
2
|
import { SplitOptions } from 'split-grid';
|
|
3
|
-
import IPanelSizeInfo from './interfaces/
|
|
3
|
+
import IPanelSizeInfo from './interfaces/IPanelSizeInfo';
|
|
4
4
|
export declare class SplitPanel {
|
|
5
5
|
direction: 'row' | 'column';
|
|
6
6
|
/**
|
package/package.json
CHANGED
/package/dist/collection/components/ez-split-panel/interfaces/{IPanelSize.js → IPanelSizeInfo.js}
RENAMED
|
File without changes
|