TypeAlias.KeybanProviderProps
type KeybanProviderProps = React.PropsWithChildren<KeybanClientConfig>;
Defines the properties for the KeybanProvider component.
Includes the Keyban client configuration and supports React children.
See
KeybanClientConfig for the available configuration options.