Canton dApp Booster
    Preparing search index...

    Props for ThemeProvider. storageKey isolates two apps sharing an origin; it is read on mount, so changing it later moves where writes go without re-reading the new key.

    <ThemeProvider storageKey="vesting-theme">{children}</ThemeProvider>
    
    interface ThemeProviderProps {
        children: ReactNode;
        storageKey?: string;
    }
    Index
    children: ReactNode
    storageKey?: string