UNPKG

focus-components-v3

Version:

Focus web components to build applications (based on Material Design)

11 lines (9 loc) 363 B
import {PanelButtonsProps} from "./edit-save-buttons"; export default class Panel extends React.Component<{ blockName?: string; Buttons?: ReactComponent<PanelButtonsProps> | null; buttonsPosition?: "both" | "bottom" | "top"; showHelp?: boolean; Spinner?: ReactComponent<{}> | null; title?: string; } & PanelButtonsProps, {}> {}