export type RotatableAPI = {
    /**
     * - Stop the component from being rotatable
     */
    stop: Function;
};
