mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
Add module names for the typedoc, make it work
Mark members with @private for typedoc.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
/**
|
||||
* @module "css-value"
|
||||
*/ /** */
|
||||
|
||||
interface CSSValue {
|
||||
type: string;
|
||||
string: string;
|
||||
|
Reference in New Issue
Block a user