commit
13e391fee9
|
@ -207,6 +207,10 @@ export interface ButtonProps extends ButtonHTMLAttributes {
|
|||
* @defaultValue false
|
||||
*/
|
||||
unstyled?: boolean;
|
||||
/**
|
||||
* Route Location the router-link should navigate to when clicked on.
|
||||
*/
|
||||
to?: string
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue