shift button prop types inside button component
parent
342820e0bd
commit
cac1e6880d
|
@ -1,5 +1,3 @@
|
|||
import type React from "react";
|
||||
|
||||
export interface AtomsGlobalConfigProps {
|
||||
/**
|
||||
* API endpoint for the Booker component to fetch data from,
|
||||
|
@ -7,12 +5,3 @@ export interface AtomsGlobalConfigProps {
|
|||
*/
|
||||
webAppUrl?: string;
|
||||
}
|
||||
|
||||
export type SVGComponent = React.FunctionComponent<React.SVGProps<SVGSVGElement>>;
|
||||
|
||||
export interface ConnectButtonProps {
|
||||
buttonText?: string;
|
||||
onButtonClick: (payload: { cb: (err: { error: { message: string } } | null) => void }) => Promise<void>;
|
||||
stylesClassname?: string;
|
||||
icon?: JSX.Element;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue