Merge pull request #5370 from swarakaka/master

Refactor: Rename AccordionStyle to FileUploadStyle
pull/5385/head
Tuğçe Küçükoğlu 2024-03-04 09:05:48 +03:00 committed by GitHub
commit 7952429669
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 {}