4 lines
155 B
TypeScript
Raw Normal View History

2025-09-05 14:59:21 +08:00
export {u} from './lib/index.js'
export type ChildrenOrValue = import('./lib/index.js').ChildrenOrValue
export type Props = import('./lib/index.js').Props