FunctionModal({
children,
show = false,
maxWidth = '2xl',
closeable = true,
onClose = () => {},
})
stubs/react/js/Components/Modal.jsx:4
FunctionSidebarCollapsibleItem({
href,
title,
active = false,
external = false,
target,
})
stubs/react/js/Components/Sidebar/Sidebar.jsx:146
FunctionSidebarLink({
href,
active = false,
title,
external = false,
icon,
arrow,
onClick,
})
stubs/react/js/Components/Sidebar/Sidebar.jsx:83