2025-12-10 12:02:17 +08:00

3 lines
120 B
TypeScript

export { default as NThing, thingProps } from './src/Thing';
export type { ThingProps, ThingSlots } from './src/Thing';