nn-input-button.js

nn-input-button.js
import tpeRegistry from '../tpeRegistry'
import { NnInputButton } from './nn-input-button-class'

tpeRegistry.define('nn-input-button', NnInputButton)