Skip to content

Commit

Permalink
fix(Container): fluid breakpoint typings (#5011)
Browse files Browse the repository at this point in the history
Adding typescript types to support #4902
  • Loading branch information
jschwartzbeck committed Feb 28, 2020
1 parent c7497cf commit f4dde13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/components/Container.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as React from 'react';
import { BsPrefixComponent } from './helpers';

export interface ContainerProps {
fluid?: boolean;
fluid?: boolean | 'sm' | 'md' | 'lg' | 'xl';
}

declare class Container<
Expand Down

0 comments on commit f4dde13

Please sign in to comment.