1
This commit is contained in:
Generated
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
import * as React from 'react';
|
||||
export interface PlaceholderProps {
|
||||
show?: boolean;
|
||||
}
|
||||
export default function Placeholder(props: PlaceholderProps): React.JSX.Element;
|
||||
Reference in New Issue
Block a user