import { SwitchField } from '@aws-amplify/ui-react'; export const DefaultSwitchFieldExample = () => { return <SwitchField label="This is a switch" />; }; ...
確定! 回上一頁