UNPKG

@builder.io/mitosis

Version:

Write components once, run everywhere. Compiles to Vue, React, Solid, and Liquid. Import code from Figma and Builder.io

4 lines (3 loc) 207 B
export declare const checkIsEvent: (code: string) => boolean; export declare const getEventNameWithoutOn: (code: string) => string; export declare const checkIsBindingNativeEvent: (code: string) => boolean;