Skip to content

Commit

Permalink
Tweak types
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremywiebe committed Jul 18, 2023
1 parent 8adc9db commit 65191f5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/perseus/src/widgets/sequence.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,13 @@ import {PerseusSequenceWidgetOptions} from "../perseus-types";
import Renderer from "../renderer";
import Util from "../util";

import type {PerseusRenderer} from "../perseus-types";
import type {WidgetExports, WidgetProps} from "../types";

type Rubric = PerseusSequenceWidgetOptions;

type ExternalProps = WidgetProps<PerseusSequenceWidgetOptions, Rubric>;

type Props = ExternalProps & {
json: ReadonlyArray<PerseusRenderer>;
};
type Props = ExternalProps;

type DefaultProps = {
json: Props["json"];
Expand Down

0 comments on commit 65191f5

Please sign in to comment.