UNPKG
@tritium-research/react-component
Version:
latest (0.0.2)
0.0.2
A react component library based on material-ui, build for tritium internal usecases.
@tritium-research/react-component
/
dist
/
components
/
Button
/
DefaultLoadingIcon.d.ts
3 lines
(2 loc)
•
153 B
TypeScript
View Raw
1
2
3
import
{
SvgIconWrapperProps
}
from
"../Icon"
;
export
default
function
LoadingIcon
(
props: SvgIconWrapperProps
):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;