UNPKG

@alicloud/console-components

Version:
7 lines (6 loc) 165 B
/// <reference types="react" /> export interface ICtxType { refElement: HTMLElement; } declare const ctx: import("react").Context<ICtxType>; export default ctx;