Merge pull request #4216 from NativeScript/fix-text-field-docs

Fix text-field typedoc
This commit is contained in:
Panayot Cankov
2017-05-18 18:31:48 +03:00
committed by GitHub

View File

@ -1,6 +1,6 @@
/**
* Contains the TextField class, which represents an editable single-line box.
* @module "ui/text-base"
* @module "ui/text-field"
*/ /** */
import { EditableTextBase, Property } from "../editable-text-base";