Feat: Preview the file #3221 (#7355)

### What problem does this PR solve?

Feat: Preview the file #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-04-27 18:50:24 +08:00
committed by GitHub
parent 1aa97600df
commit 8ce5e69b2f
4 changed files with 77 additions and 27 deletions

View File

@ -0,0 +1,3 @@
export function isFolderType(type: string) {
return type === 'folder';
}