nn-input-date.js

nn-input-date.js
import tpeRegistry from '../tpeRegistry'
import { NnInputDate } from './nn-input-date-class'

tpeRegistry.define('nn-input-date', NnInputDate)