UNPKG

@worktif/purei

Version:

Work TIF Material UI Theme Provider and Customization Suite for React applications with dark mode support and dynamic color schemes

8 lines (7 loc) 345 B
/** * Represents a styled list item with animated fade-in effect. * The item starts with opacity 0 and slightly below its original position * and transitions to opacity 1 and its original position on visibility. * @type {Function} */ export declare const AnimatedListItem: StyledComponent<ComponentProps, SpecificComponentProps, JSXProps>;