Refactor #5612 - Chips / InputChips

This commit is contained in:
tugcekucukoglu 2024-04-18 17:18:40 +03:00
parent 55ae9908d1
commit 365879a41c
16 changed files with 696 additions and 574 deletions

View file

@ -1,3 +1,3 @@
import { BaseStyle } from '../../base/style';
import { InputChipsStyle } from '../../inputchips/style/InputChipsStyle';
export interface ChipsStyle extends BaseStyle {}
export interface ChipsStyle extends InputChipsStyle {}