chore: re-run npm run build:docs (#2051)

This commit is contained in:
Eric Liu 2024-11-12 10:27:38 -08:00 committed by GitHub
commit 5f887f59e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 82 additions and 83 deletions

View file

@ -4,7 +4,7 @@ interface TruncateOptions {
export function TruncateAction(
node: HTMLElement,
options?: TruncateOptions
options?: TruncateOptions,
): {
update: (options?: TruncateOptions) => void;
};