4 lines
94 B
TypeScript
4 lines
94 B
TypeScript
/// <reference types="react" />
|
|
declare const Empty: () => JSX.Element;
|
|
export default Empty;
|