nn-select.js

nn-select.js
import tpeRegistry from '../tpeRegistry'
import { NnSelect } from './nn-select-class'

tpeRegistry.define('nn-select', NnSelect)