UNPKG

reblendjs

Version:

ReblendJs uses Reactjs pradigm to build UI components, with isolated state for each components.

12 lines (10 loc) 293 B
class UnsupportedPrototype extends Error { constructor(clazz: string) { super( `Prototype ${ clazz ? `"${clazz}" ` : '' } not supported. Please extend Reblend and define html method that returns your JSX/HTMLElement`, ) } } export default UnsupportedPrototype