wix-style-react
Version:
wix-style-react
13 lines • 387 B
TypeScript
import { SectionHeaderTitleAs } from '../../SectionHeader';
export interface SectionProps {
title?: React.ReactNode;
titleVisible?: boolean;
suffix?: React.ReactElement;
children?: React.ReactNode;
ariaLabel?: string;
dataHook?: string;
as?: SectionHeaderTitleAs;
id?: string;
'aria-describedby'?: string;
}
//# sourceMappingURL=Section.types.d.ts.map