import { Button, CardFooter, Icon, Text } from '@elementor/app-ui'; export const SiteTemplateFooter = ( props ) => { const instances = Object.values( props.instances ).join( ', ' ); return ( { __( 'Instances', 'elementor-pro' ) }: { instances } ); }; SiteTemplateFooter.propTypes = { id: PropTypes.number.isRequired, instances: PropTypes.any, };
Designed with WordPress