UNPKG

grepsr-ui-elements

Version:

12 lines (11 loc) 279 B
/// <reference types="react" /> interface TestComponentProps { title?: string; } export { TestComponentProps }; declare const GrepsrTestComponent: { (props: TestComponentProps): JSX.Element; defaultProps: {}; propTypes: {}; }; export default GrepsrTestComponent;