.d.ts updates

This commit is contained in:
tugcekucukoglu 2023-11-15 13:45:42 +03:00
parent 6d845691a5
commit 737f74ab22
4 changed files with 20 additions and 0 deletions

View file

@ -186,6 +186,11 @@ export interface DockProps {
* Inline style of the element.
*/
style?: any;
/**
* The breakpoint to define the maximum width boundary.
* @defaultValue 960px
*/
breakpoint?: string | undefined;
/**
* Whether to apply 'router-link-active-exact' class if route exactly matches the item path.
* @deprecated since v3.40.0.