UNPKG

436 BTypeScriptView Raw
1import { FunctionComponent } from 'react';
2export interface SideProps {
3 left?: boolean;
4 right?: boolean;
5}
6export declare const Bar: import("@emotion/styled-base").StyledComponent<any, Pick<any, string | number | symbol>, import("@storybook/theming").Theme>;
7export interface FlexBarProps {
8 border?: boolean;
9 children?: any;
10 backgroundColor?: string;
11}
12export declare const FlexBar: FunctionComponent<FlexBarProps>;