|
|
@ -44,7 +44,7 @@ interface ElementClassProps<T> extends UIProps { |
|
|
|
$testId: string; |
|
|
|
$testId: string; |
|
|
|
$point: any; |
|
|
|
$point: any; |
|
|
|
$value: any; |
|
|
|
$value: any; |
|
|
|
$scope: () => any; |
|
|
|
$scope: any; |
|
|
|
|
|
|
|
|
|
|
|
beforeRender(callback: () => void): void; |
|
|
|
beforeRender(callback: () => void): void; |
|
|
|
beforeInit(callback: () => void): void; |
|
|
|
beforeInit(callback: () => void): void; |
|
|
|