mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Revert breaking the types of DrawerTitle (#5573)
This commit is contained in:
parent
6a218c37d2
commit
3eceb58663
@ -9,7 +9,12 @@ import { cssNames } from "../../utils";
|
||||
|
||||
export interface DrawerTitleProps {
|
||||
className?: string;
|
||||
children: React.ReactNode;
|
||||
children?: React.ReactNode;
|
||||
|
||||
/**
|
||||
* @deprecated Prefer passing the value as `children`
|
||||
*/
|
||||
title?: React.ReactNode;
|
||||
|
||||
/**
|
||||
* Specifies how large this title is
|
||||
|
||||
Loading…
Reference in New Issue
Block a user