gristlabs_grist-core/app/plugin/CustomSectionAPI-ti.ts

12 lines
314 B
TypeScript
Raw Normal View History

import * as t from "ts-interface-checker";
// tslint:disable:object-literal-key-quotes
export const CustomSectionAPI = t.iface([], {
"createSection": t.func("void", t.param("inlineTarget", "RenderTarget")),
});
const exportedTypeSuite: t.ITypeSuite = {
CustomSectionAPI,
};
export default exportedTypeSuite;