mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
fix(): correct all type errors in ionic core.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { Component, h } from '@stencil/core';
|
||||
import { Component } from '@stencil/core';
|
||||
|
||||
/**
|
||||
* @name Col
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import { Component, h } from '@stencil/core';
|
||||
import { Component } from '@stencil/core';
|
||||
|
||||
/**
|
||||
* @name Grid
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import { Component, h } from '@stencil/core';
|
||||
import { Component } from '@stencil/core';
|
||||
|
||||
/**
|
||||
* @name Row
|
||||
|
||||
Reference in New Issue
Block a user