mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Add module names for the typedoc, make it work
Mark members with @private for typedoc.
This commit is contained in:
5
tns-core-modules/ui/button/button.d.ts
vendored
5
tns-core-modules/ui/button/button.d.ts
vendored
@@ -1,6 +1,9 @@
|
||||
/**
|
||||
* @module "ui/button"
|
||||
*
|
||||
* Contains the Button class, which represents a standard button widget.
|
||||
*/
|
||||
*/ /** */
|
||||
|
||||
import { TextBase, EventData } from "../text-base";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user