| 274 | } |
| 275 | |
| 276 | class WithPropCustomClassComponent extends CustomClassComponent<CustomClassComponentProps> { |
| 277 | static defaultProps: (keyof CustomClassComponentProps)[] = ['size', 'age'] |
| 278 | count = ref(0) |
| 279 | changeCount(count: number) { |
nothing calls this directly
no outgoing calls
no test coverage detected