7 lines
256 B
TypeScript
7 lines
256 B
TypeScript
import React from 'react';
|
|
export type DensitySize = 'middle' | 'small' | 'large' | undefined;
|
|
declare const _default: React.MemoExoticComponent<(props: {
|
|
icon?: React.ReactNode;
|
|
}) => import("react/jsx-runtime").JSX.Element>;
|
|
export default _default;
|