UNPKG

@cainiaofe/cn-ui-m

Version:
7 lines (6 loc) 217 B
import type { CnButtonProps } from "../../cn-button"; import type { CnCheckboxProps } from "../../cn-checkbox"; export interface CardFootActionsProps { checkBox?: CnCheckboxProps; buttons?: CnButtonProps[]; }