()
| 63 | } |
| 64 | |
| 65 | renderContent(){ |
| 66 | return ( |
| 67 | <div className="tw-w-flex tw-flex-col tw-w-full tw-h-full tw-rounded-md tw-overflow-hidden"> |
| 68 | <div className="tw-p-2 tw-w-full tw-h-full tw-flex tw-place-items-center" |
| 69 | ref={this.styleAreaRef} |
| 70 | style={this.getInnerRenderStyling()}> |
| 71 | <div className="tw-text-sm tw-text-gray-300"> |
| 72 | {this.getAttrValue("placeHolder")} |
| 73 | </div> |
| 74 | </div> |
| 75 | </div> |
| 76 | ) |
| 77 | } |
| 78 | |
| 79 | } |
| 80 |
nothing calls this directly
no outgoing calls
no test coverage detected