@skui/types
v0.2.2
Published
Svelte KaiOS UI - Types
Downloads
2
Readme
@skui/types
Index
softwareKeyFunctions
interface softwareKeyFunctions {
left: (event: KeyboardEvent) => void;
center: (event: KeyboardEvent) => void;
right: (event: KeyboardEvent) => void;
back: (event: KeyboardEvent) => void;
}
KaiOS_color
type KaiOS_color = [string, string];
License
MIT License
Copyright (c) 2021 Wouter van der Wal