UNPKG

@rcsb/rcsb-charts

Version:
7 lines 226 B
import * as React from "react"; export class UiText extends React.Component { render() { return (React.createElement("div", { style: this.props.style }, this.props.text)); } } //# sourceMappingURL=UiText.js.map