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/image/image.d.ts
vendored
5
tns-core-modules/ui/image/image.d.ts
vendored
@@ -1,6 +1,9 @@
|
||||
/**
|
||||
* @module "ui/image"
|
||||
*
|
||||
* Contains the Image class, which represents an image widget.
|
||||
*/
|
||||
*/ /** */
|
||||
|
||||
import { View, Property, InheritedCssProperty, Color, Style } from "../core/view";
|
||||
import { ImageSource } from "../../image-source";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user