Fixed #4742 - New InputGroup Component

This commit is contained in:
tugcekucukoglu 2023-11-02 15:48:32 +03:00
parent bba5d21060
commit 5d8babd349
17 changed files with 348 additions and 0 deletions

View file

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