Add body type to request and tab dropdown

This commit is contained in:
Gregory Schier
2023-03-14 11:18:56 -07:00
parent 619c8d9e72
commit efa5455a7b
12 changed files with 280 additions and 152 deletions

View File

@@ -21,6 +21,7 @@ export type ButtonProps = HTMLAttributes<HTMLElement> & {
justify?: 'start' | 'center';
type?: 'button' | 'submit';
forDropdown?: boolean;
disabled?: boolean;
};
// eslint-disable-next-line @typescript-eslint/no-explicit-any