UNPKG

@launchmenu/core

Version:

An environment for visual keyboard controlled applets

19 lines 569 B
import { ReactNode, Ref, CSSProperties } from "react"; /** * All the mapping functions to map properties to dom properties */ export declare const domLiteralMappers: { children: (p: ReactNode) => { children: ReactNode; }; className: (p: string) => string; elRef: (value: Ref<any> | Ref<any>[]) => { ref: Ref<any>; }; style: (p: CSSProperties) => { style: CSSProperties; }; draggable: (p: boolean) => boolean; title: (p: string) => string; }; //# sourceMappingURL=domLiteralMappers.d.ts.map