mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 20:05:50 +00:00
5 lines
83 B
TypeScript
5 lines
83 B
TypeScript
declare module "*.svg" {
|
|
const content: any;
|
|
export default content;
|
|
}
|
|
|