UNPKG

@sertec/dialog

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