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 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. }