UNPKG

native-fn

Version:
10 lines (9 loc) 312 B
import { Appearances } from "../constants"; export declare interface Appearance { get value(): Appearances; onchange(listener: (appearance?: Appearances) => void, options?: boolean | AddEventListenerOptions): () => void; Constants: { Appearances: typeof Appearances; }; Errors: {}; }