SYMBOL INDEX (29 symbols across 4 files) FILE: site/src/App.tsx function App (line 7) | function App() { type NumberInputProps (line 63) | interface NumberInputProps { function NumberInput (line 70) | function NumberInput({ label, icon, value, onChange }: NumberInputProps) { type IconSliderProps (line 90) | interface IconSliderProps { function IconSlider (line 97) | function IconSlider({ value, onChange, icon }: IconSliderProps) { type PreserveSmoothingToggleProps (line 140) | interface PreserveSmoothingToggleProps { function PreserveSmoothingToggle (line 145) | function PreserveSmoothingToggle({ type CornerSmoothingSliderProps (line 168) | interface CornerSmoothingSliderProps { function CornerSmoothingSlider (line 173) | function CornerSmoothingSlider({ FILE: src/distribute.ts type RoundedRectangle (line 1) | interface RoundedRectangle { type NormalizedCorner (line 10) | interface NormalizedCorner { type NormalizedCorners (line 15) | interface NormalizedCorners { type Corner (line 22) | type Corner = keyof NormalizedCorners type Side (line 24) | type Side = 'top' | 'left' | 'right' | 'bottom' type Adjacent (line 26) | interface Adjacent { function distributeAndNormalize (line 31) | function distributeAndNormalize({ FILE: src/draw.ts type CornerPathParams (line 1) | interface CornerPathParams { type CornerParams (line 11) | interface CornerParams { function getPathParamsForCorner (line 23) | function getPathParamsForCorner({ type SVGPathInput (line 96) | interface SVGPathInput { function getSVGPathFromPathParams (line 105) | function getSVGPathFromPathParams({ function drawTopRightPath (line 128) | function drawTopRightPath({ function drawBottomRightPath (line 149) | function drawBottomRightPath({ function drawBottomLeftPath (line 172) | function drawBottomLeftPath({ function drawTopLeftPath (line 195) | function drawTopLeftPath({ function toRadians (line 218) | function toRadians(degrees: number) { function rounded (line 222) | function rounded(strings: TemplateStringsArray, ...values: number[]): st... FILE: src/index.ts type FigmaSquircleParams (line 4) | interface FigmaSquircleParams { function getSvgPath (line 16) | function getSvgPath({