@ionic/docs 8.5.4-dev.11744209290.123af9eb → 8.5.4-dev.11744406052.1d9f8ea6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core.d.ts +0 -8
- package/core.json +584 -1799
- package/package.json +1 -1
package/core.d.ts
CHANGED
|
@@ -316,14 +316,6 @@ export interface JsonDocsProp {
|
|
|
316
316
|
* ```
|
|
317
317
|
*/
|
|
318
318
|
required: boolean;
|
|
319
|
-
/**
|
|
320
|
-
* `true` if the prop has a `get()`. `false` otherwise
|
|
321
|
-
*/
|
|
322
|
-
getter: boolean;
|
|
323
|
-
/**
|
|
324
|
-
* `true` if the prop has a `set()`. `false` otherwise
|
|
325
|
-
*/
|
|
326
|
-
setter: boolean;
|
|
327
319
|
}
|
|
328
320
|
export interface JsonDocsMethod {
|
|
329
321
|
name: string;
|