FunctionSandpack({
options,
template,
customSetup,
files,
theme,
...props
})
sandpack-react/src/presets/Sandpack.tsx:25
FunctionSandpackTests({
verbose = false,
watchMode = true,
style,
className,
onComplete,
actionsChildren,
showVerbose
sandpack-react/src/components/Tests/SandpackTests.tsx:70
FunctionSearch({
className,
overlayClassName,
value,
onChange,
onActive,
loading,
results,
}: SearchProps)
website/codesandbox-theme-docs/src/components/search.tsx:34
FunctionSelect({
options,
selected,
onChange,
title,
className,
}: MenuProps)
website/codesandbox-theme-docs/src/components/select.tsx:24
FunctionSidebar({
docsDirectories,
flatDirectories,
fullDirectories,
asPopover = false,
headings = emptyHeading,
website/codesandbox-theme-docs/src/components/sidebar.tsx:308
FunctionSpecs({
specs,
openSpec,
status,
verbose,
hideTestsAndSupressLogs,
})
sandpack-react/src/components/Tests/Specs.tsx:76
FunctionTabs({
items,
selectedIndex,
defaultIndex,
onChange,
children,
}: {
items: ReactNode[] | readonly Reac
website/codesandbox-theme-docs/src/components/tabs.tsx:23