interface IRWSDecoratorOptions {
    fastElementOptions?: any;
    ignorePackaging?: boolean;
    oreoMode?: boolean;
    styles?: string;
    template?: string;
}

Properties

fastElementOptions?: any
ignorePackaging?: boolean
oreoMode?: boolean
styles?: string
template?: string

Generated using TypeDoc