4 lines
201 B
TypeScript
4 lines
201 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'
|