centurion-erp-ui
    Preparing search index...

    Type Alias HeaderProps

    Props for the Header Component

    0.1.0

    type HeaderProps = {
        isSidebarOpen: boolean;
        onSidebarToggle: () => void;
    }
    Index

    Properties

    isSidebarOpen: boolean

    Is the sidebar open or closed.

    onSidebarToggle: () => void

    Callback to run when the sidebar toggle is press.