mirror of
https://github.com/foomo/contentfultree.git
synced 2025-10-16 12:25:41 +00:00
75 lines
1.9 KiB
TypeScript
75 lines
1.9 KiB
TypeScript
export interface UiPalette {
|
|
publishingStatusBg?: string
|
|
publishingStatusFg?: string
|
|
}
|
|
export declare const StyledContentTreeTable: import('styled-components/dist/types').IStyledComponentBase<
|
|
'web',
|
|
import('styled-components').FastOmit<
|
|
import('react').DetailedHTMLProps<
|
|
import('react').TableHTMLAttributes<HTMLTableElement>,
|
|
HTMLTableElement
|
|
>,
|
|
never
|
|
>
|
|
> &
|
|
string
|
|
export declare const StyledContentTreeTableNodeCell: import('styled-components/dist/types').IStyledComponentBase<
|
|
'web',
|
|
import('styled-components/dist/types').Substitute<
|
|
import('react').DetailedHTMLProps<
|
|
import('react').TdHTMLAttributes<HTMLTableDataCellElement>,
|
|
HTMLTableDataCellElement
|
|
>,
|
|
{
|
|
$depth?: number
|
|
}
|
|
>
|
|
> &
|
|
string
|
|
export declare const StyledContentTreeNodeWedge: import('styled-components/dist/types').IStyledComponentBase<
|
|
'web',
|
|
import('styled-components').FastOmit<
|
|
import('react').DetailedHTMLProps<
|
|
import('react').HTMLAttributes<HTMLDivElement>,
|
|
HTMLDivElement
|
|
>,
|
|
never
|
|
>
|
|
> &
|
|
string
|
|
export declare const StyledContentTreeNodeName: import('styled-components/dist/types').IStyledComponentBase<
|
|
'web',
|
|
import('styled-components').FastOmit<
|
|
import('react').DetailedHTMLProps<
|
|
import('react').HTMLAttributes<HTMLDivElement>,
|
|
HTMLDivElement
|
|
>,
|
|
never
|
|
>
|
|
> &
|
|
string
|
|
export declare const StyledContentTreeNodePublishingStatus: import('styled-components/dist/types').IStyledComponentBase<
|
|
'web',
|
|
import('styled-components/dist/types').Substitute<
|
|
import('react').DetailedHTMLProps<
|
|
import('react').HTMLAttributes<HTMLDivElement>,
|
|
HTMLDivElement
|
|
>,
|
|
{
|
|
$status: string
|
|
}
|
|
>
|
|
> &
|
|
string
|
|
export declare const StyledSpinner: import('styled-components/dist/types').IStyledComponentBase<
|
|
'web',
|
|
import('styled-components').FastOmit<
|
|
import('react').DetailedHTMLProps<
|
|
import('react').HTMLAttributes<HTMLDivElement>,
|
|
HTMLDivElement
|
|
>,
|
|
never
|
|
>
|
|
> &
|
|
string
|