muryshev's picture
init
79278ec
raw
history blame contribute delete
113 Bytes
import { ReactNode } from "react";
export interface SizeChangerProps {
left: ReactNode;
right: ReactNode;
}