3 lines
120 B
TypeScript
3 lines
120 B
TypeScript
export { default as NThing, thingProps } from './src/Thing';
|
|
export type { ThingProps, ThingSlots } from './src/Thing';
|