This commit is contained in:
2025-01-17 10:23:15 +08:00
parent fe3f626290
commit e65d53f794
3 changed files with 7 additions and 14 deletions

View File

@@ -0,0 +1,6 @@
.settings-heading {
padding: 1em 0;
}
.kintoneplugin-input-text {
width: 20em;
}

View File

@@ -1,7 +0,0 @@
declare global {
namespace JSX {
interface IntrinsicElements {
[key: string]: any;
}
}
}