[new feature] Icon: add tag prop (#2986)
This commit is contained in:
@@ -8,7 +8,7 @@ import { CreateElement, RenderContext } from 'vue/types';
|
||||
import { DefaultSlots } from '../utils/use/sfc';
|
||||
|
||||
export type ButtonProps = RouteProps & {
|
||||
tag: string;
|
||||
tag: keyof HTMLElementTagNameMap;
|
||||
type: string;
|
||||
size: string;
|
||||
text?: string;
|
||||
|
||||
Reference in New Issue
Block a user