UNPKG

502 BTypeScriptView Raw
1import * as React from 'react';
2export interface ActionListProps extends React.HTMLProps<HTMLDivElement> {
3 /** Children of the action list */
4 children?: React.ReactNode;
5 /** Flag indicating the action list contains multiple icons and item padding should be removed */
6 isIconList?: boolean;
7 /** Additional classes added to the action list */
8 className?: string;
9}
10export declare const ActionList: React.FunctionComponent<ActionListProps>;
11//# sourceMappingURL=ActionList.d.ts.map
\No newline at end of file