UNPKG

@alicloud/console-components

Version:

Alibaba Cloud React Components

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