Buttons
interface Props {
style?: {
[x: string]: string | number | {};
} & React.CSSProperties;
onError?: (error: any) => void | Promise<void>;
}Last updated
interface Props {
style?: {
[x: string]: string | number | {};
} & React.CSSProperties;
onError?: (error: any) => void | Promise<void>;
}Last updated