mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2026-04-23 08:31:16 -04:00
## [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))
6 lines
161 B
TypeScript
6 lines
161 B
TypeScript
interface Props {
|
|
id: string;
|
|
}
|
|
export declare const TextBoxTransformControls: ({ id }: Props) => import("react/jsx-runtime").JSX.Element | null;
|
|
export {};
|