UNPKG

watercolor-ui

Version:

A modern minimalist cross-framework component library

14 lines 496 B
export default Status; declare function Status({ status, size, showText, animated, animationType, className, ...props }: { [x: string]: any; status?: string | undefined; size?: string | undefined; showText?: boolean | undefined; animated?: boolean | undefined; animationType?: string | undefined; className?: string | undefined; }): import("react/jsx-runtime").JSX.Element; declare namespace Status { let displayName: string; } //# sourceMappingURL=Status.d.ts.map