mirror of
https://github.com/dzeiocom/components.git
synced 2025-06-17 04:59:20 +00:00
Initial Commit
This commit is contained in:
8
src/dzeio/interfaces.ts
Normal file
8
src/dzeio/interfaces.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import { SVGAttributes } from 'react'
|
||||
|
||||
export type ColorType = 'primary' | 'secondary' | 'info' | 'success' | 'danger' | 'warning'
|
||||
|
||||
export interface IconProps extends SVGAttributes<SVGElement> {
|
||||
color?: string
|
||||
size?: string | number
|
||||
}
|
Reference in New Issue
Block a user