Skip to content

Commit

Permalink
ci(core): update meta file
Browse files Browse the repository at this point in the history
  • Loading branch information
nuke-ellington committed Dec 13, 2024
1 parent ffeb0be commit d416e12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/core/src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1915,15 +1915,15 @@ export namespace Components {
/**
* Icon of the category
*/
"icon": string;
"icon"?: string;
/**
* Display name of the category
*/
"label": string;
"label"?: string;
/**
* Show notification count on the category
*/
"notifications": number;
"notifications"?: number;
}
interface IxMenuExpandIcon {
/**
Expand Down

0 comments on commit d416e12

Please sign in to comment.