Skip to content

Commit

Permalink
manually restored notice classes
Browse files Browse the repository at this point in the history
  • Loading branch information
whiplashwebb committed Feb 26, 2024
1 parent 8579eb7 commit 87526ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/oruga/src/components/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,12 @@ but will set body to position fixed, might break some layouts. */
closeClass: ClassDefinition;
/** Accessibility label for the close button */
ariaCloseLabel: string;
/** Root class of the notice */
noticeClass: ClassDefinition;
/** Class of the notice when positioned */
noticePositionClass: ClassDefinition;
/** Class of the custom container element */
noticeCustomContainerClass: ClassDefinition;
}>;
pagination?: ComponentConfigBase &
Partial<{
Expand Down

0 comments on commit 87526ae

Please sign in to comment.