UNPKG

@osbjs/components

Version:
8 lines (7 loc) 198 B
import { Component } from '@osbjs/osbjs'; export declare class RemoveBackground extends Component { name: string; path: string; constructor(path: string); generate(): void; }