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
/
typography
/
Heading
/
Heading.types.d.ts
7 lines
(6 loc)
•
215 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
CnCh
,
ElemType
}
from
"../../../helpers/global.types"
;
declare
type
ExtraHeadingProps
=
ElemType
&
CnCh
;
export
interface
HeadingProps
extends
ExtraHeadingProps
{
centered
?:
boolean
; }
export
{};