interface CoreProps {
    k?: string;
    nonce?: string;
    t?: string;
}

Properties

Properties

k?: string

storageKey

'o'
nonce?: string

The nonce value for your Content Security Policy.

''
t?: string

themeTransition: force apply CSS transition property to all the elements during theme switching. E.g., all .3s

'none'