UNPKG

@ant-design/x

Version:

Craft AI-driven interfaces effortlessly

8 lines (7 loc) 251 B
import React from 'react'; import type { ActionsProps } from './interface'; export declare const ActionsContext: React.Context<{ prefixCls?: string | undefined; styles?: ActionsProps['styles']; classNames?: ActionsProps['classNames']; }>;