UNPKG

136 BTypeScriptView Raw
1export declare class BsModalSize {
2 static Small: string;
3 static Large: string;
4 static isValidSize(size: string): boolean;
5}