@apolitical/component-library 1.14.10 → 1.14.11-beta.2

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.
@@ -1,9 +1,10 @@
1
- export { default as basicReducer } from './basic-reducer';
2
1
  export * from './breakpoints';
3
2
  export * from './cases';
4
3
  export * from './dates';
5
- export { default as delay } from './delay';
6
4
  export * from './intl';
7
5
  export * from './numbers';
8
- export { default as passPropsToChildren } from './pass-props-to-children';
6
+ export * from './prerender';
9
7
  export * from './validation';
8
+ export { default as basicReducer } from './basic-reducer';
9
+ export { default as delay } from './delay';
10
+ export { default as passPropsToChildren } from './pass-props-to-children';
@@ -0,0 +1 @@
1
+ export function pageReady(timeout?: number): void;
package/index.d.ts CHANGED
@@ -16,3 +16,4 @@ export * from './pages';
16
16
  export * from './sections';
17
17
  export * from './text';
18
18
  export * from './user';
19
+ export * from './helpers/prerender';