6 lines
176 B
JavaScript
6 lines
176 B
JavaScript
import { ActionButton } from '../ActionButton/ActionButton';
|
|
/**
|
|
* {@docCategory Button}
|
|
*/
|
|
export var CommandButton = ActionButton;
|
|
//# sourceMappingURL=CommandButton.js.map
|