79278ec
1
2
3
4
5
6
7
import { ReactNode } from "react"; export interface SizeChangerProps { left: ReactNode; right: ReactNode; }