1
0
Fork 0

[react] feat: Added docs for hooks/useDesign

This commit is contained in:
joostdecock 2025-05-29 17:59:49 +02:00
parent 17e8e5ec09
commit fcf0328555
3 changed files with 84 additions and 7 deletions

View file

@ -25,9 +25,10 @@ based on the control setting.
import { useControl } from '@freesewing/react/hooks/useControl'
const MyComponent = () => {
control,
setControl,
} = useControl()
const {
control,
setControl,
} = useControl()
// ...
}