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.

utils.d.ts 589B

123456789101112
  1. export declare function uncontrolledPropTypes(controlledValues: any, displayName: string): {};
  2. export declare function isProp<P>(props: P, prop: keyof P): boolean;
  3. export declare function defaultKey(key: string): string;
  4. /**
  5. * Copyright (c) 2013-present, Facebook, Inc.
  6. * All rights reserved.
  7. *
  8. * This source code is licensed under the BSD-style license found in the
  9. * LICENSE file in the root directory of this source tree. An additional grant
  10. * of patent rights can be found in the PATENTS file in the same directory.
  11. */
  12. export declare function canAcceptRef(component: any): any;