fix: add TypeScript declaration for altcha-widget custom element
This commit is contained in:
parent
d190afbd19
commit
9f33cc1e8a
9
admin/src/types/altcha.d.ts
vendored
Normal file
9
admin/src/types/altcha.d.ts
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
declare namespace JSX {
|
||||||
|
interface IntrinsicElements {
|
||||||
|
'altcha-widget': {
|
||||||
|
challengeurl?: string;
|
||||||
|
hidefooter?: string;
|
||||||
|
hidelogo?: string;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue