import * as React from 'react' import { uniqueId } from 'lodash' export default class BlazerSweater extends React.Component { static optionValue = 'BlazerSweater' private path1 = uniqueId('react-path-') private mask1 = uniqueId('react-mask-') render () { const { path1, mask1 } = this return ( ) } }