bunny-admin-element-thin/src/components/TableBar/utils/tableConfig.ts

8 lines
154 B
TypeScript

export const rendTipProps = (content: string) => ({
content,
offset: [0, 18],
duration: [300, 0],
followCursor: true,
hideOnClick: "toggle"
});