@kangtae49/just-layout 0.0.9 → 0.0.11
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 +1 -1
- package/dist/index.es.js +462 -462
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -449,7 +449,7 @@ declare interface SplitSizePiexels {
|
|
|
449
449
|
|
|
450
450
|
export declare function stableStringify(obj: any): string;
|
|
451
451
|
|
|
452
|
-
export declare const
|
|
452
|
+
export declare const storeLayout: Map<string, any>;
|
|
453
453
|
|
|
454
454
|
export declare interface TabTitleProps {
|
|
455
455
|
justId: JustId;
|