UNPKG

abb-core

Version:

Application Build Butler Core

11 lines (10 loc) 375 B
import { IABBCore, IABBCoreProps } from "../../index"; import * as React from 'react'; declare class ABBCore extends React.Component<IABBCoreProps, {}> implements IABBCore { static routerPluginName: string; static translatorPluginName: string; static corePluginName: string; constructor(props: IABBCoreProps); render(): JSX.Element; } export { ABBCore };