File size: 159 Bytes
bdbd3b2 | 1 2 3 4 5 6 | /**
* The plugin's own name, as the engine stamps it on the elements its render
* hooks draw (`ui.press`, `ui.focus`).
*/
export const PLUGIN_NAME = 'diff'
|
bdbd3b2 | 1 2 3 4 5 6 | /**
* The plugin's own name, as the engine stamps it on the elements its render
* hooks draw (`ui.press`, `ui.focus`).
*/
export const PLUGIN_NAME = 'diff'
|