UNPKG

gazeplotter

Version:

Gazeplotter is a Svelte application for visualizing eye-tracking data.

20 lines (19 loc) 639 B
import { SvelteComponent } from "svelte"; export declare const meta: { title: string; component: typeof GeneralButtonMinor; tags: string[]; }; declare const __propDef: { props: Record<string, never>; events: { [evt: string]: CustomEvent<any>; }; slots: {}; }; export type GeneralButtonMinorProps = typeof __propDef.props; export type GeneralButtonMinorEvents = typeof __propDef.events; export type GeneralButtonMinorSlots = typeof __propDef.slots; export default class GeneralButtonMinor extends SvelteComponent<GeneralButtonMinorProps, GeneralButtonMinorEvents, GeneralButtonMinorSlots> { } export {};