mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-08 10:43:38 +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;
|