@axeptio/design-system
Version:
Design System for Axeptio
19 lines (17 loc) • 310 B
TypeScript
export function Wave({
name,
absoluteTop,
absoluteBottom,
height,
bgColor,
autoHeight
}: {
name: string;
absoluteTop?: boolean;
absoluteBottom?: boolean;
height?: number;
bgColor?: string;
autoHeight?: boolean;
}): JSX.Element;
export default Wave;
//# sourceMappingURL=index.d.ts.map