mirror of
https://github.com/Qortal/qapp-core.git
synced 2025-06-14 17:41:20 +00:00
remove optionality
This commit is contained in:
parent
7b4e187fdc
commit
4297756240
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "qapp-core",
|
||||
"version": "1.0.6",
|
||||
"version": "1.0.7",
|
||||
"description": "Qortal's core React library with global state, UI components, and utilities",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.mjs",
|
||||
|
@ -13,7 +13,7 @@ resources: ReturnType<typeof useResources>;
|
||||
// ✅ Define Config Type for Hook Options
|
||||
interface GlobalProviderProps {
|
||||
children: React.ReactNode;
|
||||
config?: {
|
||||
config: {
|
||||
/** Authentication settings. */
|
||||
auth?: UseAuthProps;
|
||||
appName: string;
|
||||
|
Loading…
x
Reference in New Issue
Block a user