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

Properties

fastElementOptions?: any
styles?: string
template?: string

Generated using TypeDoc