UNPKG
@dodobrat/react-ui-kit
Version:
latest (0.4.8)
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
Simple React Component Library
github.com/Dodobrat/react-ui-kit
Dodobrat/react-ui-kit
@dodobrat/react-ui-kit
/
build
/
components
/
LineLoader
/
LineLoader.d.ts
5 lines
(4 loc)
•
222 B
TypeScript
View Raw
1
2
3
4
5
import
React
from
"react"
;
import
{
LineLoaderProps
}
from
"./LineLoader.types"
;
declare
const
_default
:
React
.
ForwardRefExoticComponent
<
LineLoaderProps
&
React
.
RefAttributes
<
HTMLDivElement
>>;
export
default
_default;