3 lines
79 B
TypeScript
3 lines
79 B
TypeScript
export { Booker } from "./Booker";
|
|||
export type { BookerProps } from "./types";
|