UNPKG

@bootstrap-styled/v4

Version:

twbs/bootstrap V4 UI Components made with bootstrap-styled. Work with css-in-js, react, styled-components, and Bootstrap Styled utilities.

11 lines (9 loc) 263 B
"use strict"; var bootstrapStyled = require('..'); describe('api exports', function () { it('should have all exports defined', function () { Object.keys(bootstrapStyled).forEach(function (exported) { expect(exported).toBeDefined(); }); }); });