UNPKG

@paperbits/common

Version:
10 lines (7 loc) 232 B
import { VariationBagContract } from "./variationBagContract"; export interface ComponentBagContract { /** * Component, e.g. "button", "picture", etc. */ [componentName: string]: VariationBagContract; }