UNPKG

@nativescript-community/ui-material-core

Version:
10 lines (9 loc) 249 B
export declare enum CornerFamily { CUT = "cut", ROUNDED = "rounded" } export declare function applyMixins(derivedCtor: any, baseCtors: any[], options?: { after?: boolean; override?: boolean; omit?: (string | symbol)[]; }): void;