Theming API: Improve performance

This commit is contained in:
mertsincan 2024-03-31 05:44:48 +01:00
parent d0d0a38598
commit 45521ea6af
28 changed files with 193 additions and 141 deletions

View file

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