TwitchClone
/
src
/
types
/
slider.d.ts
slider.d.ts
Raw
export
type
PTab
=
{
name
:
string
;
href
:
string
;
current
:
boolean
;
}
;