linting
This commit is contained in:
@@ -14,7 +14,6 @@ See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
import { func } from 'prop-types';
|
||||
import * as React from 'react';
|
||||
import * as sdk from '../index';
|
||||
|
||||
@@ -47,4 +46,4 @@ export function replaceableComponent(name: string, origComponent: React.Componen
|
||||
*/
|
||||
export function replaceableComponentTs(name: string) {
|
||||
return (origComponent: typeof React.Component) => sdk.getComponent(name) || origComponent;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user