1
|
|
|
export { Badge } from './components/badge'; |
|
|
|
|
2
|
|
|
export { Breadcrumbs, BreadcrumbItem } from './components/breadcrumbs'; |
|
|
|
|
3
|
|
|
export { Button, Link } from './components/button'; |
|
|
|
|
4
|
|
|
export { ButtonGroup } from './components/button-group'; |
|
|
|
|
5
|
|
|
export { Callout } from './components/callout'; |
|
|
|
|
6
|
|
|
export { CloseButton } from './components/close-button'; |
|
|
|
|
7
|
|
|
export { Reveal } from './components/reveal'; |
|
|
|
|
8
|
|
|
export { FlexVideo } from './components/flex-video'; |
|
|
|
|
9
|
|
|
export { Row, Column } from './components/grid'; |
|
|
|
|
10
|
|
|
export { Block, Inline } from './components/element'; |
|
|
|
|
11
|
|
|
export { Icon } from './components/icon'; |
|
|
|
|
12
|
|
|
export { Label } from './components/label'; |
|
|
|
|
13
|
|
|
export { MediaObject, MediaObjectSection } from './components/media-object'; |
|
|
|
|
14
|
|
|
export { Menu, MenuItem, MenuText } from './components/menu'; |
|
|
|
|
15
|
|
|
export { Pagination, PaginationItem, PaginationPrevious, PaginationNext, PaginationEllipsis } from './components/pagination'; |
|
|
|
|
16
|
|
|
export { Progress, ProgressMeter, ProgressMeterWithText, ProgressMeterText, NativeProgress } from './components/progress-bar'; |
|
|
|
|
17
|
|
|
export { ResponsiveNavigation, TitleBar, MenuIcon, TitleBarTitle } from './components/responsive'; |
|
|
|
|
18
|
|
|
export { Switch, SwitchInput, SwitchPaddle, SwitchActive, SwitchInactive } from './components/switch'; |
|
|
|
|
19
|
|
|
export { Thumbnail, ThumbnailLink } from './components/thumbnail'; |
|
|
|
|
20
|
|
|
export { Tabs, TabItem, TabsContent, TabPanel } from './components/tabs'; |
|
|
|
|
21
|
|
|
export { TopBar, TopBarTitle, TopBarLeft, TopBarRight } from './components/top-bar'; |
|
|
|
|
22
|
|
|
export { Breakpoints, Colors, Sizes, Alignments, FloatTypes, InputTypes } from './enums'; |
|
|
|
|
23
|
|
|
|
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.
To learn more about declaring variables in Javascript, see the MDN.