6 lines
139 B
TypeScript
6 lines
139 B
TypeScript
export { default } from "./Incrementer.container";
|
|
export type {
|
|
IncrementerProps,
|
|
IncrementerViewProps,
|
|
} from "./Incrementer.types";
|