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
/
Show
/
Show.d.ts
8 lines
(7 loc)
•
238 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
type
LocalShowProps
= {
above
?:
string
;
below
?:
string
; };
export
declare
type
ShowProps
=
LocalShowProps
;
export
declare
function
Show
(
props
:
any
):
any
;
export
declare
const
showStyle
:
(
styleProps
:
any
) =>
string
;