UNPKG
mscodepl-react-sidebar
Version:
latest (4.14.0)
4.14.0
4.13.0
4.12.7
4.12.6
4.12.5
4.12.4
4.12.3
4.12.2
4.12.1
4.12.0
compitable with react js and next js.
mscodepl/react-sidebar
mscodepl-react-sidebar
/
dist
/
sidebar
/
createNextLink.d.ts
4 lines
(3 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
import
React
from
'react'
;
import
{ iSubMenu }
from
'./createReactNavLink'
;
export
declare
const
createNextNavLink
:
(
MainNavLink
:
any
,
title
:
string
,
to
:
string
,
icon
:
React
.
ReactNode
,
subMenus
?: iSubMenu[]
) =>
() =>
JSX
.
Element
;