UNPKG

reblendjs

Version:

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

7 lines (6 loc) 241 B
import * as ReblendTyping from 'reblend-typing'; export declare function Placeholder({ style, children, isPlaceholder, }: { style?: ReblendTyping.CSSProperties; children?: Reblend.JSX.Element; isPlaceholder?: boolean; }): never;