@clarlabs/ui 0.1.17 → 0.1.19

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
@@ -979,6 +979,7 @@ export declare interface NavItem {
979
979
  disabled?: boolean;
980
980
  badge?: default_2.ReactNode;
981
981
  megaMenu?: boolean;
982
+ selected?: boolean;
982
983
  }
983
984
 
984
985
  export declare type NavOrientation = 'vertical' | 'horizontal';