4 lines
85 B
TypeScript
4 lines
85 B
TypeScript
import * as React from 'react';
|
|
declare const Empty: React.FC;
|
|
export default Empty;
|