add props for custom styles
parent
c3be4f0167
commit
c232582889
|
@ -9,4 +9,5 @@ export interface AtomsGlobalConfigProps {
|
|||
export interface ConnectButtonProps {
|
||||
buttonText?: string;
|
||||
onButtonClick: (payload: { cb: (err: { error: { message: string } } | null) => void }) => Promise<void>;
|
||||
stylesClassname?: string;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue