Common front-end components for Web using the Tesseract design system, written for React. https://make.modal.sh/tesseract/web/react/common
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

4 行
90 B

  1. export type Size = 'small' | 'medium' | 'large'
  2. export type SizeMap<T> = Record<Size, T>