mirror of
https://codeberg.org/Kankys/NewLukasBlog.git
synced 2026-07-04 16:29:45 +00:00
update socials section
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
import { URISchemeHandler, URIComponents, URIOptions } from "../uri";
|
||||
export interface URNComponents extends URIComponents {
|
||||
nid?: string;
|
||||
nss?: string;
|
||||
}
|
||||
export interface URNOptions extends URIOptions {
|
||||
nid?: string;
|
||||
}
|
||||
declare const handler: URISchemeHandler<URNComponents, URNOptions>;
|
||||
export default handler;
|
||||
Reference in New Issue
Block a user