4 lines
155 B
TypeScript
4 lines
155 B
TypeScript
export {u} from './lib/index.js'
|
|
export type ChildrenOrValue = import('./lib/index.js').ChildrenOrValue
|
|
export type Props = import('./lib/index.js').Props
|