Skip to content

Home > @jview/hooks > UseWindowResizeOption

UseWindowResizeOption type

Signature:

typescript
export type UseWindowResizeOption = {
    handler: GeneralFunction;
};
export type UseWindowResizeOption = {
    handler: GeneralFunction;
};

References: GeneralFunction