| 29 | } |
| 30 | |
| 31 | interface AliasGradientFunction { |
| 32 | (str: string): string; |
| 33 | multiline: (str: string) => string; |
| 34 | } |
| 35 | |
| 36 | interface GradientCreator { |
| 37 | (...colors: [ColorInput[] | StopInput[], GradientOptions?]): GradientFunction; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…