mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
Merge pull request #4216 from NativeScript/fix-text-field-docs
Fix text-field typedoc
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Contains the TextField class, which represents an editable single-line box.
|
* 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";
|
import { EditableTextBase, Property } from "../editable-text-base";
|
||||||
|
Reference in New Issue
Block a user