0.2.2 • Published 3 years ago

@skui/types v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@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