@roderickhsiao/react-i13n
Version:
[Experiment] React I13n provides a performant and scalable solution to application instrumentation.
11 lines • 329 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 I13nButton = createI13nNode('button', {
isLeafNode: true,
bindClickEvent: true,
follow: true
});
export default I13nButton;