@appbuckets/react-ui-core
Version:
Core utilities built for AppBuckets React UI Framework
8 lines (7 loc) • 303 B
TypeScript
import * as React from 'react';
import { RefProps } from './Ref';
export default class RefForward extends React.Component<RefProps, never> {
static displayName: string;
handleRefOverride: (node: HTMLElement) => void;
render(): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
}