UNPKG

149 BJavaScriptView Raw
1import hyphenateStyleName from 'hyphenate-style-name';
2export default function hyphenateProperty(property) {
3 return hyphenateStyleName(property);
4}
\No newline at end of file