angular2-isotope
Version:
Angular2 component for https://github.com/metafizzy/isotope
18 lines (17 loc) • 390 B
text/typescript
/**
* IsotopeOptions
*/
export interface IsotopeOptions {
itemSelector?: string;
columnWidth?: number | string;
gutter?: number | string;
percentPosition?: boolean;
stamp?: string;
fitWidth?: boolean;
originLeft?: boolean;
originTop?: boolean;
containerStyle?: string;
transitionDuration?: string;
resize?: boolean;
initLayout?: boolean;
}