mirror of
https://github.com/idrainformatica/PecFlow.git
synced 2026-06-16 20:55:41 +02:00
6 lines
89 B
TypeScript
6 lines
89 B
TypeScript
import * as React from 'react';
|
|
|
|
declare let sidecar: React.FC;
|
|
|
|
export default sidecar;
|