Refactor: Rename AccordionStyle to FileUploadStyle

pull/5370/head
Swara 2024-03-03 22:29:25 +01:00 committed by GitHub
parent a31f1a0c8f
commit 401719b233
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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