UNPKG

victory-native

Version:

A charting library for React Native with a focus on performance and customization.

5 lines (4 loc) 258 B
import React from "react"; import type { FrameProps } from "../../types"; export { FrameDefaults } from "../utils/axisDefaults"; export declare const Frame: ({ xScale, yScale, lineColor, lineWidth, linePathEffect, }: FrameProps) => React.JSX.Element | null;