Refactor #4530 - Add d.ts files

This commit is contained in:
mertsincan 2023-10-02 14:15:41 +01:00
parent dc2913e887
commit 3d1d31ca53
199 changed files with 506 additions and 104 deletions

View file

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