UNPKG
cookie-test-app
Version:
latest (1.0.0)
1.0.0
testing
cookie-test-app
/
build
/
components
/
loading
/
Icon-loading.d.ts
5 lines
(4 loc)
•
196 B
TypeScript
View Raw
1
2
3
4
5
/// <reference types=
"react"
/>
export
declare
function
LoadingIcon(): JSX.Element;
export
declare
function
LargeLoadingIcon(): JSX.Element;
export
declare
function
MeijerIcon(): JSX.Element;