UNPKG

@aveonline/ui-react

Version:

Home base for Aveonline design system - ecosystem react

8 lines (7 loc) 524 B
/// <reference types="react" /> import { IPropsDropdown } from './IDropdownSummary'; /** * Page actions let merchants take key actions at the bottom of specific pages in the interface. This is important because sometimes the primary call to action is hard to access when merchants are at the bottom of a page, that’s why this component is fixed. */ declare function DropdownSummary({ title, subtitle, defaultOpen, isDisabled, content, className, children }: IPropsDropdown): JSX.Element; export default DropdownSummary;