UNPKG
mui-toolpad-extended-tuni
Version:
latest (3.1.0)
3.1.0
3.0.3
3.0.2
3.0.1
3.0.0
2.1.0
2.0.0
1.0.3
1.0.2
1.0.0
Extended Toolpad
github.com/Jalez/mui-toolpad-extended-tuni
Jalez/mui-toolpad-extended-tuni
mui-toolpad-extended-tuni
/
dist
/
src
/
LMSToolpad
/
components
/
Microservices
/
MicroserviceSubsections.d.ts
10 lines
(9 loc)
•
288 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
NavigationPageStoreItem
}
from
'@mui-toolpad-extended-tuni/core'
;
import
{
default
as
React
}
from
'react'
;
/** * Sub-sections navigation component for tool pages */
declare
const
SubSections
:
React
.
FC
<{
children
:
NavigationPageStoreItem
[]; }>;
export
default
SubSections
;