8 lines
114 B
TypeScript
8 lines
114 B
TypeScript
export { default } from './reply.vue';
|
|
|
|
export {
|
|
createEmptyReply,
|
|
type Reply,
|
|
ReplyType,
|
|
} from './types';
|