Props for ExportMatchesButton component.
export interface ExportMatchesButtonProps { matches: MangaMatchResult[]; disabled?: boolean; variant?: "default" | "outline" | "ghost"; size?: "default" | "sm" | "lg";} Copy
export interface ExportMatchesButtonProps { matches: MangaMatchResult[]; disabled?: boolean; variant?: "default" | "outline" | "ghost"; size?: "default" | "sm" | "lg";}
Array of match results to export.
Optional
Whether the button is disabled.
Button style variant.
Button size.
Props for ExportMatchesButton component.
Source