このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
tesseract-design
/
tesseract
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
Design system.
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
112
コミット
1
ブランチ
61 MiB
ツリー:
94e153369d
master
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'94e153369d' から
${ noResults }
tesseract
/
packages
/
amanuensis
/
default
/
components
/
Wrapper.tsx
Wrapper.tsx
92 B
Raw
通常表示
履歴
Update serve and generate scripts Make these scripts functional.
1年前
1
2
3
4
5
6
7
8
9
export const Wrapper = ({
children,
}) => {
return (
<div>
{children}
</div>
)
};