@oceanbase/ui
Version:
The UI library based on OceanBase Design
10 lines (9 loc) • 485 B
TypeScript
/// <reference types="react" />
import { ActionButton, ActionLink } from './Item';
export type { GroupProps as ActionGroupProps } from './Group';
declare const _default: {
Group: ({ prefixCls: customizePrefixCls, size, children, dropDownPlacement, shouldVisible, shouldDisabled, enableLoading, moreText, moreType, buttonSize, }: import("./Group").GroupProps) => import("react").JSX.Element;
Button: typeof ActionButton;
Link: typeof ActionLink;
};
export default _default;