adwaveui
Version:
Interactive Web Components inspired by the Gtk Adwaita theme.
7 lines (6 loc) • 339 B
TypeScript
export * from "./components/input/input";
export * from "./components/selector/selector";
export * from "./components/slider/slider";
export * from "./components/switch/switch";
export type { CustomKeyboardEvent, CustomMouseEvent, CustomPointerEvent, } from "./utils/events";
export type { AttributeBool, InputType } from "./utils/types";