Searched defs:renderDecorators (Results 1 – 1 of 1) sorted by relevance
224 const renderDecorators: string[] | undefined = options.ets?.render?.decorator; constant348 const renderDecorators: string[] | undefined = options?.ets?.render?.decorator; constant378 const renderDecorators = compilerOptions.ets?.render?.decorator ?? ["Builder", "LocalBuilder"]; constant