UNPKG
@sgnl-pro/react-tree
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.4
0.1.3
0.1.2
A tree view component for React
@sgnl-pro/react-tree
/
src
/
typings.d.ts
9 lines
(8 loc)
•
208 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
declare
module
'*.scss'
{
const
content
: { [
className
:
string
]:
string
};
export
default
content; }
declare
module
'*.sass'
{
const
content
: { [
className
:
string
]:
string
};
export
default
content; }