UNPKG

@axeptio/design-system

Version:
22 lines (21 loc) 439 B
export default DropdownContainer; declare function DropdownContainer({ children, direction, animatingOut, duration }: { children: any; direction: any; animatingOut: any; duration: any; }): JSX.Element; declare namespace DropdownContainer { namespace propTypes { const duration: any; const direction: any; const animatingOut: any; const children: any; } } //# sourceMappingURL=dropDownContainer.d.ts.map