6 lines
151 B
TypeScript
6 lines
151 B
TypeScript
import { ActionButton } from '../ActionButton/ActionButton';
|
|
/**
|
|
* {@docCategory Button}
|
|
*/
|
|
export declare const CommandButton: typeof ActionButton;
|