UNPKG

@jupyterlab/ui-components

Version:

JupyterLab - UI components written in React

6 lines (5 loc) 241 B
export declare const DEFAULT_STYLE_CLASS = "jp-DefaultStyle"; export interface IElementRefProps<E extends HTMLElement> { /** Ref handler to access the instance of the internal HTML element. */ elementRef?: (ref: E | null) => void; }