UNPKG

reblendjs

Version:

This is build using react way of handling dom but with web components

6 lines (5 loc) 205 B
import { ReblendTyping } from 'reblend-typing'; export default function Placeholder({ style, children, }: { style?: ReblendTyping.CSSProperties | string; children?: Reblend.JSX.Element; }): never;