@orfeas126/box-ui-elements
Version:
Box UI Elements
11 lines (10 loc) • 326 B
TypeScript
import * as React from 'react';
export declare const collectionsAdd: () => React.JSX.Element;
declare const _default: {
title: string;
component: ({ className, color, height, title, width }: import("../iconTypes").Icon) => React.JSX.Element;
parameters: {
notes: string;
};
};
export default _default;