Represents a configuration needed for the chip with icon

interface IChipIconConfig {
    look?: string;
    name: string;
    wrapperLook?: string;
}

Properties

look?: string

The look for the icon

name: string

The name of the FontAwesome icon

wrapperLook?: string

The look for the element that is wrapping the icon

Generated using TypeDoc