()
| 137 | } |
| 138 | |
| 139 | renderContent(){ |
| 140 | return ( |
| 141 | <div className="tw-w-flex tw-flex-col tw-w-full tw-h-full tw-rounded-md tw-overflow-hidden"> |
| 142 | <div className="tw-p-2 tw-w-full tw-h-full tw-content-start " |
| 143 | ref={this.styleAreaRef} |
| 144 | style={this.getInnerRenderStyling()}> |
| 145 | <div className="tw-text-sm tw-text-gray-300"> |
| 146 | {this.getAttrValue("placeHolder")} |
| 147 | </div> |
| 148 | </div> |
| 149 | </div> |
| 150 | ) |
| 151 | } |
| 152 | |
| 153 | } |
nothing calls this directly
no outgoing calls
no test coverage detected