MCPcopy Create free account
hub / github.com/bytebase/dbhub / InputGroupTextarea

Function InputGroupTextarea

frontend/src/components/ui/input-group.tsx:89–91  ·  view source on GitHub ↗
({ className, ...props }: TextareaProps)

Source from the content-addressed store, hash-verified

87}
88
89function InputGroupTextarea({ className, ...props }: TextareaProps) {
90 return <Textarea className={className} unstyled {...props} />;
91}
92
93export {
94 InputGroup,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected