UNPKG

@nayan-ui/react

Version:

Reusable Component Library for ReactJS.

8 lines 301 B
import React from 'react'; export interface NSkeletonProps extends React.HTMLAttributes<HTMLDivElement> { role?: string; 'aria-busy'?: boolean; 'aria-live'?: 'off' | 'polite' | 'assertive'; } export declare const NSkeleton: React.FC<NSkeletonProps>; //# sourceMappingURL=NSkeleton.d.ts.map