UNPKG

@brizy/ui

Version:
7 lines (6 loc) 182 B
import { ReactElement } from "react"; export interface Props { active?: boolean; round?: boolean; } export declare const SkeletonDisplayText: (props: Props) => ReactElement;