Repository URL to install this package:
|
Version:
1.1.31 ▾
|
import TypographyComponent from './typography-component.js';
export const TypographyControl = wp.customize.KadenceControl.extend( {
renderContent: function renderContent() {
let control = this;
ReactDOM.render(
<TypographyComponent control={control} customizer={ wp.customize }/>,
control.container[0]
);
}
} );