Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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;