diff --git a/.api-report/mafs.api.md b/.api-report/mafs.api.md index 4296f39d..ec8d33e6 100644 --- a/.api-report/mafs.api.md +++ b/.api-report/mafs.api.md @@ -164,7 +164,9 @@ export interface MovablePointProps { } // @public (undocumented) -export interface OfXProps extends Omit { +export interface OfXProps extends Omit { + // (undocumented) + domain?: vec.Vector2; // (undocumented) svgPathProps?: React_2.SVGProps; // (undocumented) @@ -172,22 +174,20 @@ export interface OfXProps extends Omit { } // @public (undocumented) -export interface OfYProps extends Omit { +export interface OfYProps extends Omit { + // (undocumented) + domain?: vec.Vector2; // (undocumented) svgPathProps?: React_2.SVGProps; // (undocumented) x: (y: number) => number; } +// Warning: (ae-forgotten-export) The symbol "ParametricPropsNew" needs to be exported by the entry point index.d.ts +// Warning: (ae-forgotten-export) The symbol "ParametricPropsLegacy" needs to be exported by the entry point index.d.ts +// // @public (undocumented) -export interface ParametricProps extends Stroked { - maxSamplingDepth?: number; - minSamplingDepth?: number; - // (undocumented) - svgPathProps?: React_2.SVGProps; - t: vec.Vector2; - xy: (t: number) => vec.Vector2; -} +export type ParametricProps = ParametricPropsNew | ParametricPropsLegacy; // @public (undocumented) export const Plot: {