Type Alias: SaveButtonProperties
SaveButtonProperties =
ComponentProperties<StandardButtonProperties,Readonly<{isLoading?:boolean;onClick: () =>void;size?:"lg"|"md"|"sm"|"xs"; }>>
Defined in: src/components/shared/SaveButton.tsx:27
Props for the SaveButton component.
Remarksโ
This component forwards most button/DOM attributes to the underlying ThemedButton. See StandardButtonProperties for the shared prop surface.