UNPKG
@greensight/gds
Version:
latest (4.2.2)
4.2.4-beta
4.2.3-beta
4.2.2
4.2.2-beta
4.2.1
4.2.1-beta
4.2.0
4.2.0-beta
4.1.13
4.1.12
4.1.11
4.1.10
4.1.9
4.1.8
4.1.7
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
4.1.2-beta
4.1.1
4.1.1-beta
4.1.0
4.1.0-beta
4.0.15
4.0.14
4.0.13
4.0.12
4.0.11
4.0.10
4.0.9
4.0.8
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.1-beta
4.0.0
4.0.0-beta
3.2.1
3.2.0
3.1.8
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.2-beta
3.1.1
3.1.0
3.0.14
3.0.13
3.0.12
3.0.11
3.0.11-beta
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.2
3.0.1-beta
3.0.0-beta
2.5.1
2.5.0
2.4.1
2.4.0
2.3.0
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.0.0
0.13.1
0.13.0
0.12.0
0.11.0
0.10.2
0.10.1
0.10.0
0.9.0
0.8.1
0.8.0
0.7.2
0.7.1
0.7.0
0.6.3
0.6.2
0.6.1
0.6.0
0.5.3
0.5.2
0.5.1
0.5.0
0.4.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
Greensight Design System
github.com/greensight/gds
greensight/gds
@greensight/gds
/
types
/
components
/
scss
/
Section
/
index.d.ts
8 lines
(7 loc)
•
264 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
'react'
;
import
{
type
ISectionProps
}
from
'./types'
;
/** * Component for creating page sections. */
declare
const
Section
:
React
.
ForwardRefExoticComponent
<
Omit
<
ISectionProps
,
"ref"
> &
React
.
RefAttributes
<
HTMLDivElement
>>;
export
{
Section
};