Searched refs:Prop (Results 1 – 11 of 11) sorted by relevance
29 @Prop progress: number;37 @Prop content: string;59 @Prop enable: boolean;
48 @Prop primaryText: ResourceStr;56 @Prop secondaryText?: ResourceStr;64 @Prop tertiaryText?: ResourceStr;
29 @Prop content?: string;37 @Prop isLoading: boolean;
126 @Prop icon?: ResourceStr;134 @Prop primaryTitle?: ResourceStr;142 @Prop secondaryTitle?: ResourceStr;158 @Prop operationType?: OperationType;
103 @Prop multiFilters: Array<FilterParams>;111 @Prop additionFilters?: FilterParams;127 @Prop filterType?: FilterType;
272 @Prop contentItem?: ContentItem;280 @Prop operateItem?: OperateItem;
108 @Prop activateIndex?: number;
109 @Prop isChecked?: boolean;218 @Prop isChecked?: boolean;
61 @Prop selected: number;
91 static Prop(propName: string): any;
207 declare const Prop: PropertyDecorator; constant