@vicinae/api
    Preparing search index...

    Type Alias Props

    type Props = {
        children: ReactNode;
        icon?: Image.ImageLike;
        onOpen?: () => void;
        shortcut?: Keyboard.Shortcut;
        title: string;
    }
    Index

    Properties

    children: ReactNode
    onOpen?: () => void
    shortcut?: Keyboard.Shortcut
    title: string