UNPKG

pwa-synergy-api

Version:

synergy application api

10 lines 296 B
import AddableComponent from './AddableComponent'; export default interface TabPanel { id: string; size?: number; components: string[]; addableComponents?: AddableComponent[]; minimumWidth?: number; customContentComponent?: string; } //# sourceMappingURL=TabPanel.d.ts.map