Dashboard sipadu mbip
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

index.d.ts 252B

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