UNPKG

@ucloud-pccl/react-components

Version:
6 lines (5 loc) 196 B
import React from 'react'; declare const ControllerContext: React.Context<{ status?: "loading" | "default" | "success" | "warning" | "error" | undefined; }>; export default ControllerContext;