Browse Source

remove: the unnecessary prop for the tooltip trigger

pull/20109/head
sumeyyeKurtulus 2 years ago
parent
commit
efc971d810
  1. 1
      npm/ng-packs/packages/components/extensible/src/lib/models/form-props.ts

1
npm/ng-packs/packages/components/extensible/src/lib/models/form-props.ts

@ -30,7 +30,6 @@ export interface FormPropGroup {
export interface FormPropTooltip {
text: string;
placement?: 'top' | 'end' | 'bottom' | 'start';
triggers?: string;
}
export class GroupedFormPropList<R = any> {

Loading…
Cancel
Save