poststore
Version:
PostStore can be used with NEXT.JS to create markdown-based blogs.
5 lines (4 loc) • 395 B
TypeScript
export declare const getStyledErrorMsg: (msg: string, inputValue?: string | undefined) => string;
export declare const getStyledCautionMsg: (msg: string, inputValue?: string | undefined) => string;
export declare const getStyledInfoMsg: (msg: string, inputValue?: string | undefined) => string;
export declare const getStyledLogMsg: (msg: string, inputValue?: string | undefined) => string;