@moderntribe/wme-ui
Version:
Components and hooks to build the best UX/UI admin wizards
11 lines • 356 B
TypeScript
import type React from 'react';
import { BoxProps } from '@mui/material';
interface SetupCardInfoRowProps extends BoxProps {
icon?: string;
hasIcon?: boolean;
primary?: any;
secondary?: any;
}
declare const SetupCardInfoRow: React.FC<SetupCardInfoRowProps>;
export default SetupCardInfoRow;
//# sourceMappingURL=setup-card-info-row.d.ts.map