Dashboard sipadu mbip
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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;