Version: 1.0.01.0.11.0.21.0.32.0.02.0.13.0.03.0.13.0.23.0.33.0.43.1.0
import hyphenateProperty from './hyphenateProperty';
export default function cssifyDeclaration(property, value) {
return hyphenateProperty(property) + ':' + value;
}