We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b390ed2 commit 8cbed0eCopy full SHA for 8cbed0e
packages/shadcn/src/AddButton/AddButton.tsx
@@ -6,9 +6,6 @@ import { Button } from '../components/ui/button';
6
/**
7
* A button component for adding new items in a form
8
* @param props - The component properties
9
- * @param props.uiSchema - The UI Schema for the form
10
- * @param props.registry - The registry object containing shared utilities
11
- * @param props.registry.translateString - Function to translate strings
12
*/
13
export default function AddButton<T = any, S extends StrictRJSFSchema = RJSFSchema, F extends FormContextType = any>({
14
uiSchema,
0 commit comments