UNPKG

@focuson/form_components

Version:

Components that can be used by @focuson/forms

6 lines (5 loc) 247 B
export interface TwoElementWithTitleProps { children: [JSX.Element, JSX.Element]; title?: string; } export declare function TwoElementWithTitleLayout({ title, children }: TwoElementWithTitleProps): import("react/jsx-runtime").JSX.Element;