cohorta/node_modules/@dnd-kit/accessibility/dist/components/HiddenText/HiddenText.d.ts
2025-12-19 19:26:16 +00:00

7 lines
176 B
TypeScript
Executable file

/// <reference types="react" />
interface Props {
id: string;
value: string;
}
export declare function HiddenText({ id, value }: Props): JSX.Element;
export {};