mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-11 10:46:58 +00:00
Extend interface to allow style attribute
This commit is contained in:
parent
5452973773
commit
a0759711b1
@ -1,6 +1,8 @@
|
||||
export interface SVGProps {
|
||||
color: string
|
||||
height: string
|
||||
width: string
|
||||
opacity?: number
|
||||
import React from 'react';
|
||||
|
||||
export interface SVGProps extends React.SVGProps<SVGSVGElement> {
|
||||
color?: string;
|
||||
height?: string;
|
||||
opacity?: number;
|
||||
width?: string;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user