revdev-components 0.83.0 → 0.84.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.
@@ -9,7 +9,7 @@ export type AlfaNavigatorPath<TKey extends string = string> = AlfaNavigatorPathP
9
9
  export interface AlfaNavigatorChangeEvent {
10
10
  path?: string[];
11
11
  }
12
- interface Props {
12
+ export interface AlfaNavigatorProps {
13
13
  root?: AlfaNavigatorOption | AlfaNavigatorPathPart;
14
14
  options?: AlfaNavigatorOption[];
15
15
  className?: string;
@@ -19,5 +19,4 @@ interface Props {
19
19
  path?: AlfaNavigatorPath;
20
20
  onChange?: (e: AlfaNavigatorChangeEvent) => void;
21
21
  }
22
- export declare const AlfaNavigator: React.FC<Props>;
23
- export {};
22
+ export declare const AlfaNavigator: React.FC<AlfaNavigatorProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "revdev-components",
3
- "version": "0.83.0",
3
+ "version": "0.84.0",
4
4
  "main": "build/index.js",
5
5
  "module": "build/index.esm.js",
6
6
  "scripts": {