Files
FossFLOW/packages/fossflow-lib/dist/components/TransformControlsManager/TextBoxTransformControls.d.ts
semantic-release-bot ab8e1b8415 chore(release): 1.5.1 [skip ci]
## [1.5.1](https://github.com/stan-smith/FossFLOW/compare/v1.5.0...v1.5.1) (2025-10-18)

### Bug Fixes

* Added lazy icon loading, users now select which icons they want loaded in, by default only the isoflow ones get loaded in, users can quickly change this, or disable this behaviour, this results in much faster loads. Fixes [#79](https://github.com/stan-smith/FossFLOW/issues/79) ([e0462f6](e0462f6bbd))
2025-10-18 16:00:12 +00:00

6 lines
161 B
TypeScript

interface Props {
id: string;
}
export declare const TextBoxTransformControls: ({ id }: Props) => import("react/jsx-runtime").JSX.Element | null;
export {};