-
zhangwei
2025-03-12 98494fda33f6dd116ef3ce641b32937b7d83b4c1
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;
}