@wandelbots/wandelbots-js-react-components
Version:
React UI toolkit for building applications on top of the Wandelbots platform
45 lines • 1.02 kB
TypeScript
declare const _default: {
$schema: string;
name: string;
patterns: {
include: string;
}[];
repository: {
keywords: {
patterns: {
name: string;
match: string;
}[];
};
strings: {
name: string;
begin: string;
end: string;
patterns: {
name: string;
match: string;
}[];
};
comments: {
patterns: {
begin: string;
beginCaptures: {
"0": {
name: string;
};
};
end: string;
name: string;
}[];
};
functions: {
patterns: {
match: string;
name: string;
}[];
};
};
scopeName: string;
};
export default _default;
//# sourceMappingURL=wandelscript.tmLanguage.d.ts.map