UNPKG

@moderntribe/wme-ui

Version:

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

12 lines 401 B
import { BoxProps } from '@mui/material'; interface TemplateSelectItemProps extends BoxProps { imageSrc?: string; imageAlt?: string; buttonLabel?: string; buttonSelectedLabel?: string; selected: boolean; websiteSrc?: string; } export default function TemplateSelectItem(props: TemplateSelectItemProps): JSX.Element; export {}; //# sourceMappingURL=template-select-item.d.ts.map