[skip ci] style: format code with prettier

This commit is contained in:
The OpenList Bot
2026-02-21 04:33:28 +00:00
parent c0bc1baf1d
commit 1364818246

View File

@@ -37,8 +37,10 @@ export interface EnhancedFolderTreeProps {
showHiddenFolder?: boolean
}
interface EnhancedFolderTreeContext
extends Omit<EnhancedFolderTreeProps, "handle"> {
interface EnhancedFolderTreeContext extends Omit<
EnhancedFolderTreeProps,
"handle"
> {
value: Accessor<string>
}