export interface IChipResourceStrings {
    igx_chip_remove?: string;
    igx_chip_select?: string;
}

export const ChipResourceStringsEN: IChipResourceStrings = {
    igx_chip_remove: 'remove chip',
    igx_chip_select: 'select chip'
};
