UNPKG

@alicloudfe/components

Version:

A react component library for aliyun

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