mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
fix(jsx): add no-margin attribute
This commit is contained in:
1
packages/core/src/index.d.ts
vendored
1
packages/core/src/index.d.ts
vendored
@ -178,6 +178,7 @@ declare global {
|
|||||||
['margin-vertical']?: boolean;
|
['margin-vertical']?: boolean;
|
||||||
|
|
||||||
['no-padding']?: boolean;
|
['no-padding']?: boolean;
|
||||||
|
['no-margin']?: boolean;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user