astro-ghostcms/.pnpm-store/v3/files/be/8eb32e1f7468b74f4e5c3d69c16...

8 lines
287 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
/**
* @param {State} state
* @returns {Exclude<Options['bullet'], null | undefined>}
*/
export function checkBulletOther(state: State): Exclude<Options['bullet'], null | undefined>;
export type Options = import('../types.js').Options;
export type State = import('../types.js').State;