Skip to content

Commit 9fafe04

Browse files
committed
fix: remove unused types from the lib
1 parent 1add982 commit 9fafe04

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/lib/index.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,11 @@ export { isServer, mergeProps } from "solid-js/web";
33

44
type SVGSVGElementTags = JSX.SVGElementTags["svg"];
55

6-
export interface IconTree {
7-
a: SVGSVGElementTags;
8-
c: string;
9-
}
10-
116
export interface IconProps extends SVGSVGElementTags {
127
size?: string | number;
138
color?: string;
149
title?: string;
1510
style?: JSX.CSSProperties;
1611
}
1712

18-
export interface IconBaseProps extends IconProps {
19-
src: IconTree;
20-
}
21-
2213
export declare type IconTypes = (props: IconProps) => JSX.Element;

0 commit comments

Comments
 (0)