UNPKG

@alifd/next

Version:

A configurable component library for web built on React.

3 lines (2 loc) 256 B
import { ContextState, OverlayCommonProps, ParsedContextConfig } from './types'; export default function getContextProps<P extends Omit<OverlayCommonProps, 'defaultPropsConfig'>>(props: P, context: ContextState, displayName?: string): ParsedContextConfig;