1
This commit is contained in:
Generated
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
import * as React from 'react';
|
||||
import type { SharedContentProps } from '.';
|
||||
declare const SingleContent: React.ForwardRefExoticComponent<SharedContentProps & React.RefAttributes<HTMLInputElement>>;
|
||||
export default SingleContent;
|
||||
Reference in New Issue
Block a user