Skip to content

Commit 35e616f

Browse files
committed
fix: linting
1 parent 0635fdb commit 35e616f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ce-la-react.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ type EventListeners<R extends EventNames> = {
8787
};
8888

8989
type CustomElementConstructor<T> = {
90-
getTemplateHTML?: (attrs: Record<string, string>, props?: Record<string, any>) => string;
90+
getTemplateHTML?: (attrs: Record<string, string>, props?: Record<string, unknown>) => string;
9191
shadowRootOptions?: {
9292
mode?: string;
9393
delegatesFocus?: boolean;

0 commit comments

Comments
 (0)