@uifabric/utilities
Version:
Fluent UI React utilities for building components.
1 lines • 349 B
Source Map (JSON)
{"version":3,"file":"createRef.js","sourceRoot":"../src/","sources":["createRef.ts"],"names":[],"mappings":"","sourcesContent":["import * as React from 'react';\n\nexport type IRefObject<T> = React.RefObject<T> | RefObject<T> | ((ref: T | null) => void);\n\nexport type RefObject<T> = {\n (component: T | null): void;\n current: T | null;\n};\n"]}