mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
done
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
export * from './generated-icons';
|
||||
export type { IconProps } from './types';
|
||||
export type { IconProps } from './types';
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
import type { SVGAttributes } from "react";
|
||||
import type { SVGAttributes } from 'react';
|
||||
|
||||
export interface IconProps extends SVGAttributes<SVGElement> {
|
||||
children?: never;
|
||||
color?: string;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user