UNPKG

react-qml

Version:
5 lines (4 loc) 162 B
declare const createRawQmlComponent: (rawContent: string, name: string, metadata?: { defaultProp: string; }) => string; export default createRawQmlComponent;