Skip to content

Commit 6b17800

Browse files
committed
fix
1 parent a40caf0 commit 6b17800

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

goldens/aria/private/index.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,6 @@ export class ToolbarPattern<V> {
780780
setDefaultState(): void;
781781
readonly softDisabled: SignalLike<boolean>;
782782
readonly tabIndex: SignalLike<0 | -1>;
783-
validate(): string[];
784783
}
785784

786785
// @public
@@ -917,6 +916,7 @@ export class TreePattern<V> implements TreeInputs<V> {
917916
readonly treeBehavior: Tree<TreeItemPattern<V>, V>;
918917
readonly typeaheadDelay: SignalLike<number>;
919918
readonly typeaheadRegexp: RegExp;
919+
validate(): string[];
920920
readonly values: WritableSignalLike<V[]>;
921921
readonly visible: () => boolean;
922922
readonly wrap: SignalLike<boolean>;

0 commit comments

Comments
 (0)