Skip to content

@vtj


@vtj / ui / iconProps

Variable: iconProps

const iconProps: object

Defined in: packages/ui/types/components/icon/types.d.ts:10

Type declaration

background

background: object

background.type

type: StringConstructor

color

color: object

color.type

type: StringConstructor

hoverEffect

hoverEffect: object

hoverEffect.type

type: BooleanConstructor

icon

icon: object

icon.type

type: PropType<string | object | VNode>

padding

padding: object

padding.type

type: NumberConstructor

radius

radius: object

radius.type

type: NumberConstructor

size

size: object

size.default

default: string

size.type

type: PropType<IconSize>

src

src: object

src.type

type: StringConstructor

Released under the MIT License.