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 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';