Files
FossFLOW/packages/fossflow-lib/dist/components/SceneLayers/TextBoxes/TextBoxes.d.ts
semantic-release-bot b5ae892de7 chore(release): 1.7.0 [skip ci]
## [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))
2026-01-02 17:07:08 +00:00

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 {};