UNPKG
@faakhir/headlamp-plugin
Version:
latest (0.11.5-dev)
0.11.5-dev
0.11.4-dev
The needed infrastructure for building Headlamp plugins.
@faakhir/headlamp-plugin
/
lib
/
components
/
common
/
TimezoneSelect
/
TimezoneSelect.d.ts
6 lines
(5 loc)
•
226 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
TimezoneSelectorProps
{
initialTimezone
?:
string
;
onChange
:
(
timezone
:
string
) =>
void
; }
export
default
function
TimezoneSelect
(
props
:
TimezoneSelectorProps
):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;