UNPKG

@sertec/dialog

Version:
3 lines (2 loc) 287 B
import { DialogIconProps } from './types.js'; export declare function DialogIcon({ ref, className, 'data-justify': justify, 'data-justify-content': justifyContent, 'data-font-size': size, 'data-font-weight': weight, ...props }: DialogIconProps): import("react/jsx-runtime").JSX.Element;