chore: generate
This commit is contained in:
@@ -261,10 +261,7 @@ function createSessionEntries(props: {
|
|||||||
return { sessions }
|
return { sessions }
|
||||||
}
|
}
|
||||||
|
|
||||||
export function DialogSelectFile(props: {
|
export function DialogSelectFile(props: { mode?: DialogSelectFileMode; onOpenFile?: (path: string) => void }) {
|
||||||
mode?: DialogSelectFileMode
|
|
||||||
onOpenFile?: (path: string) => void
|
|
||||||
}) {
|
|
||||||
const command = useCommand()
|
const command = useCommand()
|
||||||
const language = useLanguage()
|
const language = useLanguage()
|
||||||
const layout = useLayout()
|
const layout = useLayout()
|
||||||
|
|||||||
Reference in New Issue
Block a user