MCPcopy Index your code
hub / github.com/sadmann7/tablecn / ShellProps

Interface ShellProps

src/components/shell.tsx:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22);
23
24interface ShellProps
25 extends React.HTMLAttributes<HTMLDivElement>,
26 VariantProps<typeof shellVariants> {
27 as?: React.ElementType;
28}
29
30function Shell({
31 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected