UNPKG

hongluan-ui

Version:
11 lines (8 loc) 255 B
import { panelSharedProps, panelRangeSharedProps } from './shared.mjs'; const panelDateRangeProps = { ...panelSharedProps, ...panelRangeSharedProps, visible: Boolean }; export { panelDateRangeProps }; //# sourceMappingURL=panel-date-range.mjs.map