import { Component, Prop, State, h } from '@stencil/core'; // @Component: コンポーネントの宣言@Component({ tag: 'my-custom-button' }) export ...
確定! 回上一頁