ubk.erp.webpack 1.3.3 → 1.3.4

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,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  export default StaffDirectoryPage;
3
- declare function StaffDirectoryPage({ token }: {
3
+ declare function StaffDirectoryPage({ token, onNavigate }: {
4
4
  token: any;
5
+ onNavigate: any;
5
6
  }): React.JSX.Element;
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  export default StaffDirectory;
3
- declare function StaffDirectory({ token }: {
3
+ declare function StaffDirectory({ token, onNavigate }: {
4
4
  token: any;
5
+ onNavigate: any;
5
6
  }): React.JSX.Element;