@lunit/oui
Version:
Lunit Oncology UI components
4 lines (3 loc) • 306 B
TypeScript
declare const BUTTON_DROPDOWN_ITEM = "BUTTON_DROPDOWN_ITEM";
declare const shouldPadForEmptyIcon: (emptyIcon: boolean | undefined, checkIcon: boolean | undefined, customIcon: React.ReactElement | undefined, selected: boolean | undefined) => boolean;
export { BUTTON_DROPDOWN_ITEM, shouldPadForEmptyIcon };