8 lines
305 B
Plaintext
Raw Normal View History

import ComboBoxHeaderComponent from "select-kit/components/combo-box/combo-box-header";
export default ComboBoxHeaderComponent.extend({
2018-06-15 17:03:24 +02:00
layoutName:
"select-kit/templates/components/future-date-input-selector/future-date-input-selector-header",
classNames: "future-date-input-selector-header"
});