login page
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { StaticImageData } from 'next/image'
|
||||
import { IconType } from 'react-icons'
|
||||
|
||||
export interface TextInputProps {
|
||||
value: string
|
||||
@@ -121,3 +122,14 @@ export interface PhoneInputProps {
|
||||
className?: string
|
||||
operatorsInfo?: boolean
|
||||
}
|
||||
|
||||
export interface NavigationItem {
|
||||
name: string
|
||||
href: string
|
||||
icon: IconType
|
||||
}
|
||||
|
||||
export interface AccountSidebarProps {
|
||||
user: User
|
||||
navigation: NavigationItem[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user