flemo 1.2.0 → 1.3.0
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 -0
- package/dist/index.mjs +805 -513
- package/dist/screen/LayoutConfig.d.ts +4 -0
- package/dist/transition/typing.d.ts +4 -2
- package/package.json +3 -3
- package/dist/vendor-C8cPYUOQ.js +0 -299
package/dist/index.d.ts
CHANGED
|
@@ -10,5 +10,6 @@ export { default as createDecorator } from './transition/decorator/createDecorat
|
|
|
10
10
|
export { default as createRawDecorator } from './transition/decorator/createRawDecorator';
|
|
11
11
|
export { default as Screen } from './screen/Screen';
|
|
12
12
|
export { default as LayoutScreen } from './screen/LayoutScreen';
|
|
13
|
+
export { default as LayoutConfig } from './screen/LayoutConfig';
|
|
13
14
|
export type { TransitionName, RegisterTransition } from './transition/typing';
|
|
14
15
|
export type { DecoratorName, RegisterDecorator } from './transition/decorator/typing';
|