UNPKG

@sujalchoudhari/solaris-ui

Version:

A UI framework to create HTML pages with just JavaScript.

10 lines (9 loc) 229 B
import Component from './component'; export default class String extends Component { /** * The Content to be rendered as a string */ content: string; constructor(content?: string); toString(): string; }