Skip to content

Commit 96a6362

Browse files
committed
Typing
1 parent 9da5c83 commit 96a6362

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/SystemFolder/SystemResources/AboutWindow/ClassicyAboutWindow.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
import appearanceManagerStyles from '@/app/SystemFolder/ControlPanels/AppearanceManager/AppearanceManager.module.scss'
22
import ClassicyButton from '@/app/SystemFolder/SystemResources/Button/ClassicyButton'
33
import ClassicyWindow from '@/app/SystemFolder/SystemResources/Window/ClassicyWindow'
4+
import { ClassicyMenuItem } from '@/app/SystemFolder/SystemResources/Menu/ClassicyMenu'
45

56
type ClassicyAboutWindowProps = {
67
appId: string
78
appName: string
89
appIcon: string
910
hideFunc: any
10-
appMenu?: any
11+
appMenu?: ClassicyMenuItem[]
1112
}
1213
export const getClassicyAboutWindow = (props: ClassicyAboutWindowProps) => {
1314
return <ClassicyAboutWindow {...props} />

0 commit comments

Comments
 (0)