fix(application): remove dupe cssChanged event handler definition (#10892)

This commit is contained in:
dollaransh17
2025-10-31 04:00:19 +05:30
committed by GitHub
parent 9db6369aed
commit cd1ae8c708

View File

@ -97,11 +97,6 @@ interface ApplicationEvents {
*/ */
on(event: 'livesync', callback: (args: ApplicationEventData) => void, thisArg?: any): void; on(event: 'livesync', callback: (args: ApplicationEventData) => void, thisArg?: any): void;
/**
* This event is raised when application css is changed.
*/
on(event: 'cssChanged', callback: (args: CssChangedEventData) => void, thisArg?: any): void;
/** /**
* This event is raised on application launchEvent. * This event is raised on application launchEvent.
*/ */