interface Props extends React.Props<Toggle> { label: string; style: any; }; const styles = { togglebutton: { marginBottom: 16 } }; <Toggle label="Simple" ...
確定! 回上一頁