@roderickhsiao/react-i13n
Version:
[Experiment] React I13n provides a performant and scalable solution to application instrumentation.
10 lines • 306 B
JavaScript
/**
* Copyright 2015 - Present, Yahoo Inc.
* Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
*/
import createI13nNode from '../core/createI13nNode';
var I13nDiv = createI13nNode('div', {
isLeafNode: false,
bindClickEvent: false
});
export default I13nDiv;