nn-input-range.js

nn-input-range.js
import tpeRegistry from '../tpeRegistry'
import { NnInputRange } from './nn-input-range-class'

tpeRegistry.define('nn-input-range', NnInputRange)