@wra-gov/vue-components 0.32.0 → 0.33.1

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
@@ -157,7 +157,7 @@ export declare type DataTableSort = {
157
157
  order: "asc" | "desc";
158
158
  };
159
159
 
160
- declare interface NavigationLink {
160
+ export declare interface NavigationLink {
161
161
  label: string;
162
162
  href: string;
163
163
  ariaLabel: string;