UNPKG
fannypack-v5
Version:
latest (5.0.0-rc.7)
5.0.0-rc.7
5.0.0-rc.0
An accessible, composable, and friendly React UI Kit
github.com/fannypackui
fannypackui/fannypack
fannypack-v5
/
ts
/
Breadcrumb
/
styles.d.ts
5 lines
(4 loc)
•
265 B
TypeScript
View Raw
1
2
3
4
5
export
declare
const
Breadcrumb
:
(
styleProps
:
any
) =>
string
;
export
declare
const
BreadcrumbItem
:
(
styleProps
:
any
) =>
string
;
export
declare
const
BreadcrumbSeparator
:
(
styleProps
:
any
) =>
string
;
export
declare
const
BreadcrumbLink
:
(
styleProps
:
any
) =>
string
;