@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
7 lines • 417 B
TypeScript
interface ArrowBodyStyles {
arrowSize: number;
gutter: number;
}
declare const _default: (args?: ArrowBodyStyles, classNames?: Partial<Record<"bottom" | "left" | "right" | "top" | "center" | "end" | "start" | "arrow", string>>, name?: string) => Record<"bottom" | "left" | "right" | "top" | "center" | "end" | "start" | "arrow", string>;
export default _default;
//# sourceMappingURL=ArrowBody.styles.d.ts.map