Newer
Older
alert / js / node_modules / flarum / common / components / Placeholder.d.ts
@Réz István Réz István on 18 Nov 2021 285 bytes first commit
/**
 * The `Placeholder` component displays a muted text with some call to action,
 * usually used as an empty state.
 *
 * ### Attrs
 *
 * - `text`
 */
export default class Placeholder extends Component<import("../Component").ComponentAttrs> {
}
import Component from "../Component";