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
/
Breadcrumbs
/
BreadcrumbsSubcomponents.types.d.ts
6 lines
(5 loc)
•
196 B
TypeScript
View Raw
1
2
3
4
5
6
/// <reference types="react" />
import
{
CnCh
}
from
"../../helpers/global.types"
;
export
interface
BreadcrumbsSubComponentProps
extends
CnCh
{
separator
?:
JSX
.
Element
|
string
|
null
; }