@makerinc/react-sdk
    Preparing search index...

    Interface MakerProviderProps

    interface MakerProviderProps {
        accountId: string;
        children: ReactNode;
        country?: string;
        currency?: string;
        featureFlags?: string[];
        language?: string;
    }
    Index

    Properties

    accountId: string
    children: ReactNode
    country?: string
    currency?: string
    featureFlags?: string[]
    language?: string