UNPKG
@nayan-ui/react
Version:
latest (1.0.0)
2.0.0-beta.9
2.0.0-beta.8
2.0.0-beta.7
2.0.0-beta.6
2.0.0-beta.5
2.0.0-beta.4
2.0.0-beta.3
2.0.0-beta.2
2.0.0-beta.1
2.0.0-beta.0
1.0.0
1.0.0-beta.11
Reusable Component Library for ReactJS.
www.nayanui.com
ursnj/nayan
@nayan-ui/react
/
dist
/
components
/
NSkeleton.d.ts
8 lines
•
301 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
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