mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 13:10:58 +00:00
6 lines
89 B
TypeScript
6 lines
89 B
TypeScript
import * as React from 'react';
|
|
|
|
declare let sidecar: React.FC;
|
|
|
|
export default sidecar;
|