import { baseProps, makeStringProp } from '../common/props' export const resizeProps = { ...baseProps, customContainerClass: makeStringProp('') }