{"version":3,"file":"buttons-split.d.ts","sources":["buttons-split.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["/**\r\n * Use this component to trigger a default action when the primary button is clicked and provides a list of actions when the dropdown\r\n * button is clicked.\r\n */\r\nexport declare class CloButtonsSplit {\r\n    /**\r\n     * String value for the ID of the drop down\r\n     */\r\n    dropdownID: string;\r\n    /**\r\n     * Objects for the drop down\r\n     */\r\n    objects: Object[];\r\n    /**\r\n     * String array of attributes for the object passed into the dropdown\r\n     */\r\n    attributes: string[];\r\n    /**\r\n     * String value for the error message\r\n     */\r\n    errorMessage: string;\r\n    /**\r\n     * Boolean value for whether the field is required\r\n     *\r\n     */\r\n    required: boolean;\r\n    selectOption(action: any): void;\r\n}\r\n"]}