mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 14:21:00 +00:00
7 lines
134 B
TypeScript
7 lines
134 B
TypeScript
import * as uri from "fast-uri";
|
|
type URI = typeof uri & {
|
|
code: string;
|
|
};
|
|
declare const _default: URI;
|
|
export default _default;
|