import React from 'react'; export type ButtonProps = { /** * a text to be rendered in the component. */ text: string,}; export function ...
確定! 回上一頁