UNPKG

accelerator-core

Version:

[![Build Status](https://travis-ci.org/furkleindustries/accelerator-core.svg?branch=master)](https://travis-ci.org/furkleindustries/accelerator-core)

9 lines (8 loc) 220 B
/** * If you added a new item to this, did you remember to change * BuiltInRenderers.d.ts? */ export const BuiltInRenderers = { SinglePassageRenderer: 'SinglePassageRenderer', ScrollRenderer: 'ScrollRenderer', };