UNPKG

@totalsoft/rocket-ui

Version:

A set of reusable and composable React components built on top of Material UI core for developing fast and friendly web applications interfaces.

8 lines (7 loc) 260 B
import React from 'react'; import { FakeTextProps } from './types'; /** * Display a placeholder preview of your content before the data gets loaded to reduce load-time frustration. */ declare const FakeText: React.FC<FakeTextProps>; export default FakeText;