Searched refs:ChipType (Results 1 – 3 of 3) sorted by relevance
17 import ChipType from "./ChipType"22 type: ChipType24 constructor(short: String, long: String, type: ChipType) {
17 enum ChipType { enum21 export default ChipType
18 import ChipType from "./ChipType"20 export const VISIBLE_CHIP = new Chip("V", "visible", ChipType.DEFAULT)