UNPKG

dasf-web

Version:

Web frontend components for the data analytics software framework (DASF)

6 lines (5 loc) 256 B
import Gradient, { HasGradient } from "../../colors/Gradient"; import { HasParameters } from "./Parameter"; export default interface HasParameterGradient extends HasGradient, HasParameters { setParameterAndGradient(name: string, gradient: Gradient); }