chore: correct types
This commit is contained in:
@@ -9,7 +9,7 @@ export interface Props {
|
||||
tagline?: string;
|
||||
content?: string;
|
||||
actions?: string | CallToAction[];
|
||||
image?: string | any; // TODO: find HTMLElementProps
|
||||
image?: string | unknown; // TODO: find HTMLElementProps
|
||||
}
|
||||
|
||||
const {
|
||||
|
||||
Reference in New Issue
Block a user