@ionic/docs 8.5.4-dev.11744646756.1244bf71 → 8.5.4-dev.11744743162.1ec9251d

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.
Files changed (3) hide show
  1. package/core.d.ts +0 -8
  2. package/core.json +584 -1823
  3. 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;