mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
almost all without layouts
This commit is contained in:
@ -2,8 +2,7 @@
|
||||
* Contains the TextField class, which represents an editable single-line box.
|
||||
*/
|
||||
declare module "ui/text-field" {
|
||||
import { Property } from "ui/core/properties";
|
||||
import { EditableTextBase } from "ui/editable-text-base";
|
||||
import { EditableTextBase, Property } from "ui/editable-text-base";
|
||||
|
||||
export const secureProperty: Property<TextField, boolean>;
|
||||
|
||||
|
Reference in New Issue
Block a user