UNPKG

fui-fancyui

Version:
3 lines (2 loc) 272 B
import { GradientPosition } from '../TTextGradient.model'; export declare const getLinearGradientPosition: (position: GradientPosition | undefined) => "to right" | "to left" | "to bottom" | "to top" | "to bottom right" | "to bottom left" | "to top right" | "to top left";