UNPKG

@moderntribe/wme-ui

Version:

Components and hooks to build the best UX/UI admin wizards

4 lines 301 B
import type { SetupCardTaskProps } from './setup-card-task'; declare const CardContentWrapper: (props: Pick<SetupCardTaskProps, 'href' | 'target' | 'onClick' | 'children' | 'button' | 'disabled'>) => JSX.Element; export default CardContentWrapper; //# sourceMappingURL=setup-card-task-wrapper.d.ts.map