UNPKG

@cmk/fe_utils

Version:
7 lines (5 loc) 280 B
import { CButtonProps } from '../../../../components'; import { CommonComponentPropertys } from '../../componentProperty'; export declare const ButtonWrapper: (props: CButtonProps & CommonComponentPropertys & { html_id: string; }) => import("react/jsx-runtime").JSX.Element;