mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2026-04-23 08:31:16 -04:00
## [1.7.0](https://github.com/stan-smith/FossFLOW/compare/v1.6.1...v1.7.0) (2026-01-02) ### Features * read-only mode ([#168](https://github.com/stan-smith/FossFLOW/issues/168)) ([85d32e6](85d32e64df)) * transparent background for exporting as png ([#180](https://github.com/stan-smith/FossFLOW/issues/180)) @F4tal1t thank you for contributing as always! ([ba1b376](ba1b3762db)) * **ui:** enhance custom color picker and fix docs ([#169](https://github.com/stan-smith/FossFLOW/issues/169)) thank you [@non-stop-dev](https://github.com/non-stop-dev) ([f56812c](f56812c24e))
7 lines
239 B
TypeScript
7 lines
239 B
TypeScript
import { useScene } from '../../../hooks/useScene';
|
|
interface Props {
|
|
textBoxes: ReturnType<typeof useScene>['textBoxes'];
|
|
}
|
|
export declare const TextBoxes: ({ textBoxes }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
export {};
|