| 22 | ); |
| 23 | |
| 24 | interface ShellProps |
| 25 | extends React.HTMLAttributes<HTMLDivElement>, |
| 26 | VariantProps<typeof shellVariants> { |
| 27 | as?: React.ElementType; |
| 28 | } |
| 29 | |
| 30 | function Shell({ |
| 31 | className, |
nothing calls this directly
no outgoing calls
no test coverage detected