MCPcopy Create free account
hub / github.com/ElemeFE/element-react / classNames

Method classNames

libs/component/index.js:6–8  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

4
5export default class Component extends React.Component {
6 classNames(...args) {
7 return classnames(args);
8 }
9
10 className(...args) {
11 const { className } = this.props;

Callers 15

renderMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80
renderContentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected