7 lines
301 B
Plaintext
7 lines
301 B
Plaintext
|
import ComboBoxHeaderComponent from "select-kit/components/combo-box/combo-box-header";
|
||
|
|
||
|
export default ComboBoxHeaderComponent.extend({
|
||
|
layoutName: "select-kit/templates/components/future-date-input-selector/future-date-input-selector-header",
|
||
|
classNames: "future-date-input-selector-header"
|
||
|
});
|