UNPKG

@appbuckets/react-ui-smart-components

Version:

UI Extended Components that work with @appbuckets/react-client and @appbuckets/react-ui

8 lines (7 loc) 276 B
import type { ConfirmBuilderConfig, ExtensibleConfirmComponent, } from './ConfirmBuilder.types'; export default function buildConfirmAction<Props extends {}, Result = any>( configuration: ConfirmBuilderConfig<Props, Result> ): ExtensibleConfirmComponent<Props, Result>;