native-fn
Version:
7 lines (6 loc) • 382 B
TypeScript
declare const EasingError: ErrorConstructor;
declare const CubicBezierSyntaxError: ErrorConstructor;
declare const LinearSyntaxError: ErrorConstructor;
declare const StepSyntaxError: ErrorConstructor;
declare const UnsupportedEasingFunctionError: ErrorConstructor;
export { EasingError, CubicBezierSyntaxError, LinearSyntaxError, StepSyntaxError, UnsupportedEasingFunctionError, };