fix linting

This commit is contained in:
Sudev Kiyada 2026-01-12 14:33:57 +05:30
parent 8f225a76ee
commit 1e58b1bf76
Failed to extract signature

View file

@ -114,7 +114,7 @@ export function isNullish(value: unknown): boolean {
/** /**
* Checks if a value is of type ContainerWidth * Checks if a value is of type ContainerWidth
*/ */
export function isContainerWidth(string: any): string is ContainerWidth { export function isContainerWidth(string: string): string is ContainerWidth {
return ( return (
string === 'narrower' || string === 'narrower' ||
string === 'narrow' || string === 'narrow' ||