This commit is contained in:
7
node_modules/@dnd-kit/accessibility/dist/components/HiddenText/HiddenText.d.ts
generated
vendored
Normal file
7
node_modules/@dnd-kit/accessibility/dist/components/HiddenText/HiddenText.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/// <reference types="react" />
|
||||
interface Props {
|
||||
id: string;
|
||||
value: string;
|
||||
}
|
||||
export declare function HiddenText({ id, value }: Props): JSX.Element;
|
||||
export {};
|
||||
Reference in New Issue
Block a user