-
zhangwei
2025-11-11 ec90cbd7680a6f927cb1cea43f33ab7df6d0864c
1
2
3
4
5
6
7
8
9
export interface AllowedComponentProps {
  class?: unknown;
  style?: unknown;
}
 
export interface VNodeProps {
  key?: string | number | symbol;
  ref?: unknown;
}