Interface HooklationProviderProps

interface HooklationProviderProps {
    locale: string;
    plugins?: readonly HooklationPlugin[];
}

Properties

Properties

locale: string
plugins?: readonly HooklationPlugin[]

Generated using TypeDoc