Skip to content

Commit c742998

Browse files
committed
chore(modal): deprecated -> @deprecated
1 parent cc9936d commit c742998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/modal/modal.type.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export interface ModalOptions<C = any, R = any> {
3030
// eslint-disable-next-line @typescript-eslint/ban-types
3131
kbqContent?: string | TemplateRef<{}> | Type<C>;
3232
kbqComponent?: Type<C>; // The instance of component opened into the dialog.
33-
/** deprecated. Use field data and KBQ_MODAL_DATA */
33+
/** @deprecated. Use field data and KBQ_MODAL_DATA */
3434
kbqComponentParams?: any;
3535
kbqClosable?: boolean;
3636
kbqMask?: boolean;

0 commit comments

Comments
 (0)