Skip to content

Home > @unseenco/backstage-gsap > RegisterGsapAnimationResult

RegisterGsapAnimationResult type

Signature:

typescript
export type RegisterGsapAnimationResult = {
    id: string;
    sheetObject: ISheetObject<{}>;
};