4 lines
132 B
TypeScript
4 lines
132 B
TypeScript
import { IconDefinition } from '../types';
|
|
declare const DeleteColumnOutlined: IconDefinition;
|
|
export default DeleteColumnOutlined;
|