UNPKG

@v4fire/client

Version:

V4Fire client core library

28 lines (21 loc) 501 B
/*! * V4Fire Client Core * https://github.com/V4Fire/Client * * Released under the MIT license * https://github.com/V4Fire/Client/blob/master/LICENSE */ /** * [[include:dummies/b-dummy-text/README.md]] * @packageDocumentation */ import iInputText, { component } from 'super/i-input-text/i-input-text'; export * from 'super/i-input-text/i-input-text'; @component({ functional: { functional: true, dataProvider: undefined } }) export default class bDummyText extends iInputText { }