UNPKG

tinacms

Version:

> The Fastest Way to Edit Next.js Content

8 lines (7 loc) 206 B
/// <reference types="react" /> interface LoadingDotsProps { dotSize?: number; color?: string; } export declare const LoadingDots: ({ dotSize, color, }: LoadingDotsProps) => JSX.Element; export {};