mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2026-04-23 16:42:54 -04:00
## [1.1.0](https://github.com/stan-smith/FossFLOW/compare/v1.0.5...v1.1.0) (2025-10-08) ### Features * **ci:** fixing ci stuff ([85fa0e6](85fa0e6681))
6 lines
152 B
TypeScript
6 lines
152 B
TypeScript
interface Props {
|
|
id: string;
|
|
}
|
|
export declare const TextBoxControls: ({ id }: Props) => import("react/jsx-runtime").JSX.Element | null;
|
|
export {};
|