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