Skip to content

Commit

Permalink
Update Proposal.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bahrus committed Jul 21, 2024
1 parent 4504cb7 commit 93484c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export interface EndUserProps<TProps = any, TActions = TProps> {
targetScope?: Scope,
assumeCSR?: boolean,
propInferenceCriteria?: Array<PropInferenceCriteria>,
inherits?: string | {new(): HTMLElement};
inherits?: string | {new(): HTMLElement} | (() => Promise<{new(): HTMLElement}>)
}

export interface AP extends EndUserProps{
Expand Down

0 comments on commit 93484c6

Please sign in to comment.