md2
Version:
Angular2 based Material Design components, directives and services are Accordion, Autocomplete, Chips(Tags), Collapse, Colorpicker, Data Table, Datepicker, Dialog(Modal), Menu, Multiselect, Select, Tabs, Tags(Chips), Toast and Tooltip.
14 lines (13 loc) • 507 B
TypeScript
/**
* Returns an exception to be thrown when attempting to change a s
* elect's `multiple` option after initialization.
* @docs-private
*/
export declare function getMdSelectDynamicMultipleError(): Error;
/**
* Returns an exception to be thrown when attempting to assign a non-array value to a select
* in `multiple` mode. Note that `undefined` and `null` are still valid values to allow for
* resetting the value.
* @docs-private
*/
export declare function getMdSelectNonArrayValueError(): Error;