mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 11:54:02 +00:00
[improvement] icon: tsx (#2767)
This commit is contained in:
@@ -29,7 +29,10 @@ export type FunctionalComponent<
|
||||
(
|
||||
h: CreateElement,
|
||||
props: Props,
|
||||
slots: { [key: string]: ScopedSlot | undefined },
|
||||
slots: {
|
||||
[key: string]: ScopedSlot | undefined
|
||||
default: ScopedSlot | undefined
|
||||
},
|
||||
context: RenderContext<Props>
|
||||
): VNode;
|
||||
props?: PropDefs;
|
||||
|
Reference in New Issue
Block a user