↓ 2 callersFunctioncreateBox(
width: number,
height: number,
orderOffset = 0,
offset: Point = { x: 0, y: 0 },
style: S
src/domains/canvas/state/helpers/structured/components/factory.ts:90
↓ 2 callersFunctionresolveButtonStyle({
tone,
size,
shape,
outlined,
}: Omit<ButtonVariantInput, "className">)
src/shared/ui/button.tsx:21