Dashboard sipadu mbip
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

index.d.ts 237B

12345678
  1. // TypeScript Version: 3.0
  2. declare module '@restart/context' {
  3. import mapContextToProps from '@restart/context/mapContextToProps';
  4. import forwardRef from '@restart/context/forwardRef';
  5. export { mapContextToProps, forwardRef };
  6. }