@knapsack/app
Version:
Build Design Systems on top of knapsack, by Basalt
18 lines • 514 B
TypeScript
import React from 'react';
declare const _default: {
title: string;
component: React.FC<{
section?: string;
title?: string;
handleEditTitle?: (text: string) => void;
description?: string;
handleEditDescription?: (text: string) => void;
constrained?: boolean;
flush?: boolean;
}>;
decorators: any[];
parameters: {};
};
export default _default;
export declare const simple: () => JSX.Element;
//# sourceMappingURL=page-header.story.d.ts.map