mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-07 19:25:13 +02:00
5 lines
207 B
TypeScript
5 lines
207 B
TypeScript
export type Child = import('./lib/index.js').Child;
|
|
export type Properties = import('./lib/index.js').Properties;
|
|
export type Result = import('./lib/index.js').Result;
|
|
export { h, s } from "./lib/index.js";
|