UNPKG

fui-fancyui

Version:
5 lines (4 loc) 133 B
export type TScalingSection = { handleScaling: (state: 'move' | 'end', currentPos: number) => void; onClick?: () => void; };